* Added Valgrind.

svn path=/nixpkgs/trunk/; revision=685
This commit is contained in:
Eelco Dolstra
2004-01-21 14:50:18 +00:00
parent 50405c5948
commit 7bee8f0414
4 changed files with 31 additions and 0 deletions

View File

@@ -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;

View File

@@ -3,6 +3,7 @@ let {
body =
[ pkgs.zip
pkgs.unzip
pkgs.valgrind
pkgs.par2cmdline
pkgs.graphviz
pkgs.strategoxt093