9fee9c7be4
eventually, but it seems to contain some packages that aren't in kde-4.2 yet). svn path=/nixpkgs/trunk/; revision=14481
14 lines
290 B
Nix
14 lines
290 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "kdeutils-4.0.0";
|
|
|
|
src = fetchurl {
|
|
url = mirror://kde/stable/4.0.0/src/kdeutils-4.0.0.tar.bz2;
|
|
md5 = "5815625f215ff3be47a21074d2c047a0";
|
|
};
|
|
|
|
buildInputs = [kdelibs kdepimlibs kdeworkspace gmp libzip python ];
|
|
# TODO : tpctl
|
|
}
|