about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/webdev/default.nix
blob: 24d1f49bd6c18b0845002f95d32c3c681d60d3d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kdePackage, cmake, qt4, perl, libxml2, libxslt, boost
, kdelibs, kdepimlibs, automoc4, ruby, htmlTidy, zlib }:

kdePackage {
  pn = "kdewebdev";
  v = "4.5.0";

  buildInputs = [ cmake qt4 perl libxml2 libxslt boost kdelibs kdepimlibs
    automoc4 htmlTidy ruby zlib ];
  meta = {
    description = "KDE Web development utilities";
    license = "GPL";
  };
}