nixpkgs/pkgs/desktops/kde-4/network/default.nix
Wouter den Breejen c996da631a Updated matching sources to kde-4.0.0 stable from http://www.kde.org/download/
svn path=/nixpkgs/trunk/; revision=10135
2008-01-13 17:11:19 +00:00

13 lines
287 B
Nix

args: with args;
stdenv.mkDerivation {
name = "kdenetwork-4.0.0";
src = fetchurl {
url = http://download.kde.org/stable/4.0.0/src/kdenetwork-4.0.0.tar.bz2;
md5 = "f362bd34b589800845abfb99589d4cfc";
};
buildInputs = [kdelibs kdepimlibs kdeworkspace sqlite libidn];
}