nixpkgs/pkgs/desktops/kde-4.5/webdev/default.nix

17 lines
391 B
Nix
Raw Normal View History

{ kde, cmake, qt4, perl, libxml2, libxslt, boost
, kdelibs, kdepimlibs, automoc4, ruby, htmlTidy, zlib }:
kde.package {
buildInputs = [ cmake qt4 perl libxml2 libxslt boost kdelibs kdepimlibs
automoc4 htmlTidy ruby zlib ];
meta = {
description = "KDE Web development utilities";
license = "GPL";
kde = {
name = "kdewebdev";
version = "4.5.0";
};
};
}