mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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;
|
||||
};
|
||||
|
||||
kcachegrind = callPackage ../development/tools/misc/kcachegrind {
|
||||
inherit (kde3) kdelibs;
|
||||
qt = qt3;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
kde4 = recurseIntoAttrs pkgs.kde45;
|
||||
|
@ -440,7 +440,6 @@ with (import ./release-lib.nix);
|
||||
kdebase = linux;
|
||||
kdelibs = linux;
|
||||
k3b = linux;
|
||||
kcachegrind = linux;
|
||||
kile = linux;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user