Add gdb package
This commit is contained in:
parent
2913fd751f
commit
8e6234b1be
@ -15,6 +15,6 @@ pkgs.stdenv.mkDerivation {
|
|||||||
name = "hvif-light";
|
name = "hvif-light";
|
||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
buildInputs = with pkgs; [ autoconf automake gcc clang-tools ];
|
buildInputs = with pkgs; [ autoconf automake gcc clang-tools gdb ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user