valgrind: Support Glibc 2.17

http://hydra.nixos.org/build/3894741
This commit is contained in:
Eelco Dolstra
2013-01-28 17:19:03 +01:00
parent 25a875195d
commit 5cad2c497d
2 changed files with 80 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation (rec {
sha256 = "1nsqk70ry3221sd62s4f0njcrncppszs4xxjcak13lxyfq2y0fs7";
};
patches = [ ./glibc-2.17.patch ];
# Perl is needed for `cg_annotate'.
# GDB is needed to provide a sane default for `--db-command'.
nativeBuildInputs = [ perl ];