Remove kde3.kcachegrind

Use kde4.kcachegrind instead.

svn path=/nixpkgs/trunk/; revision=29484
This commit is contained in:
Yury G. Kudryashov 2011-09-25 22:56:48 +00:00
parent fe3df64918
commit e496b86594
3 changed files with 0 additions and 31 deletions

View File

@ -1,25 +0,0 @@
{stdenv, fetchurl, kdelibs, libX11, libXext, libSM, libpng, libjpeg, qt, zlib, perl, expat}:
# !!! dot is a run-time dependencies
stdenv.mkDerivation {
name = "kcachegrind-0.4.6";
src = fetchurl {
url = http://kcachegrind.sourceforge.net/kcachegrind-0.4.6.tar.gz;
md5 = "4ed60028dcefd6bf626635d5f2f50273";
};
KDEDIR = kdelibs;
configureFlags = "
--without-arts
--x-includes=${libX11}/include
--x-libraries=${libX11}/lib";
buildInputs = [kdelibs libX11 libXext libSM zlib perl qt expat libpng libjpeg];
meta = {
description = "Interactive visualisation tool for Valgrind profiling data";
};
}

View File

@ -7879,11 +7879,6 @@ let
qt = qt3;
};
kcachegrind = callPackage ../development/tools/misc/kcachegrind {
inherit (kde3) kdelibs;
qt = qt3;
};
};
kde4 = recurseIntoAttrs pkgs.kde45;

View File

@ -440,7 +440,6 @@ with (import ./release-lib.nix);
kdebase = linux;
kdelibs = linux;
k3b = linux;
kcachegrind = linux;
kile = linux;
};