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
254 B
Nix
13 lines
254 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "kdetoys-4.0.0";
|
|
|
|
src = fetchurl {
|
|
url = mirror://kde/stable/4.0.0/src/kdetoys-4.0.0.tar.bz2;
|
|
md5 = "6e4e2eea3d87718f48716f975b48ada2";
|
|
};
|
|
|
|
buildInputs = [kdelibs kdepimlibs kdeworkspace];
|
|
}
|