summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2005-11-12 21:33:39 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2005-11-12 21:33:39 +0000
commita07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab (patch)
tree699a028f57ceddc0f9a820000720f50303839960 /pkgs/system/all-packages-generic.nix
parentdae499bd6dda0a8543218da3a329e8a232e223eb (diff)
downloadnixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.tar
nixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.tar.gz
nixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.tar.bz2
nixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.tar.lz
nixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.tar.xz
nixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.tar.zst
nixpkgs-a07c80b6d9a70d4ed7b9e68b6e5ac502f19406ab.zip
kcachegrind
svn path=/nixpkgs/trunk/; revision=4273
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 9bcbcbac3d4..511fa33cadf 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -381,8 +381,8 @@ rec {
   };
 
   kcachegrind = (import ../development/tools/misc/kcachegrind) {
-    inherit fetchurl stdenv kdelibs zlib perl;
-    inherit (xlibs) libX11 libXext;
+    inherit fetchurl stdenv kdelibs zlib perl expat libpng libjpeg;
+    inherit (xlibs) libX11 libXext libSM;
     qt = qt3;
   };