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
319 B
Nix
14 lines
319 B
Nix
args: with args;
|
|
|
|
stdenv.mkDerivation {
|
|
name = "kdegraphics-4.0.0";
|
|
|
|
src = fetchurl {
|
|
url = mirror://kde/stable/4.0.0/src/kdegraphics-4.0.0.tar.bz2;
|
|
md5 = "6cad7b165d99c43d1a19a0350598821c";
|
|
};
|
|
|
|
buildInputs = [kdelibs kdepimlibs kdeworkspace libgphoto2 saneBackends
|
|
djvulibre exiv2 poppler chmlib];
|
|
}
|