9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
13 lines
274 B
Nix
13 lines
274 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "kdenetwork-4.0.0";
|
|
|
|
src = fetchurl {
|
|
url = mirror://kde/stable/4.0.0/src/kdenetwork-4.0.0.tar.bz2;
|
|
md5 = "f362bd34b589800845abfb99589d4cfc";
|
|
};
|
|
|
|
buildInputs = [kdelibs kdepimlibs kdeworkspace sqlite libidn];
|
|
}
|