1
0

Add gdb package

This commit is contained in:
Hans-Joerg Schurr 2020-03-22 17:08:37 +01:00
parent 2913fd751f
commit 8e6234b1be

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 ];
}