1
0
Fork 0

Add valgrind to nix-shell

This commit is contained in:
Hans-Joerg Schurr 2020-03-29 19:40:07 +02:00
parent 4ed81b2aa1
commit 02fde603c0
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ pkgs.stdenv.mkDerivation {
name = "hvif-light";
hardeningDisable = [ "all" ];
buildInputs = with pkgs; [ autoconf automake gcc clang-tools gdb ];
buildInputs = with pkgs; [ autoconf automake gcc clang-tools gdb valgrind-light ];
}