Remove kde3.kcachegrind
Use kde4.kcachegrind instead. svn path=/nixpkgs/trunk/; revision=29484
This commit is contained in:
parent
fe3df64918
commit
e496b86594
@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
@ -7879,11 +7879,6 @@ let
|
|||||||
qt = qt3;
|
qt = qt3;
|
||||||
};
|
};
|
||||||
|
|
||||||
kcachegrind = callPackage ../development/tools/misc/kcachegrind {
|
|
||||||
inherit (kde3) kdelibs;
|
|
||||||
qt = qt3;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
kde4 = recurseIntoAttrs pkgs.kde45;
|
kde4 = recurseIntoAttrs pkgs.kde45;
|
||||||
|
@ -440,7 +440,6 @@ with (import ./release-lib.nix);
|
|||||||
kdebase = linux;
|
kdebase = linux;
|
||||||
kdelibs = linux;
|
kdelibs = linux;
|
||||||
k3b = linux;
|
k3b = linux;
|
||||||
kcachegrind = linux;
|
|
||||||
kile = linux;
|
kile = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user