From 8e6234b1be1c06f1e465aeb88267167c245dfad0 Mon Sep 17 00:00:00 2001 From: Hans-Joerg Schurr Date: Sun, 22 Mar 2020 17:08:37 +0100 Subject: [PATCH] Add gdb package --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index fc22ae7..c90baa1 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]; }