summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-01-21 14:50:18 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-01-21 14:50:18 +0000
commit7bee8f04142acc3c3b183ee8e467d138eab2de44 (patch)
tree2a7a5e0e33eb12f0b1f1f00e9d37d889b750193d /pkgs/system/all-packages-generic.nix
parent50405c5948b5f88475880c94ad02260b6b8554b6 (diff)
downloadnixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.tar
nixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.tar.gz
nixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.tar.bz2
nixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.tar.lz
nixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.tar.xz
nixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.tar.zst
nixpkgs-7bee8f04142acc3c3b183ee8e467d138eab2de44.zip
* Added Valgrind.
svn path=/nixpkgs/trunk/; revision=685
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index a2ccf0c42f3..b518cef670d 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -182,6 +182,11 @@
     python = python;
   };
 
+  valgrind = (import ../development/tools/misc/valgrind) {
+    fetchurl = fetchurl;
+    stdenv = stdenv;
+  };
+
   gnumake = (import ../development/tools/build-managers/gnumake) {
     fetchurl = fetchurl;
     stdenv = stdenv;