From 848fc0c66397c1f2215c1f0ba116ad0ac05a509f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 27 Nov 2021 23:59:02 +0100 Subject: [PATCH] build: add git and check to default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 2d856dc7..4b33658b 100644 --- a/default.nix +++ b/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { "--with-systemdsystemunitdir=\${out}/lib/systemd/system" ]; - nativeBuildInputs = [ pkgconfig autoreconfHook ]; + nativeBuildInputs = [ pkgconfig autoreconfHook git check ]; buildInputs = [ libevent readline net-snmp openssl ]; outputs = [ "out" "dev" "man" "doc" ]; } -- 2.39.5