1
0
Fork 0

Add gdb package

This commit is contained in:
Hans-Joerg Schurr 2020-03-22 17:08:37 +01:00
parent 2913fd751f
commit 8e6234b1be
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 ];
buildInputs = with pkgs; [ autoconf automake gcc clang-tools gdb ];
}