summaryrefslogtreecommitdiff
path: root/dged.nix
diff options
context:
space:
mode:
Diffstat (limited to 'dged.nix')
-rw-r--r--dged.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/dged.nix b/dged.nix
index 53f0210..2427e2d 100644
--- a/dged.nix
+++ b/dged.nix
@@ -6,6 +6,7 @@
, bear
, lib
, doxygen
+, valgrind
}:
stdenv.mkDerivation {
name = "dged";
@@ -19,6 +20,7 @@ stdenv.mkDerivation {
clang-tools
bear
doxygen
+ valgrind
];
buildPhase = ''