From: Vincent Bernat Date: Sat, 27 Nov 2021 22:59:02 +0000 (+0100) Subject: build: add git and check to default.nix X-Git-Tag: 1.0.14~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=848fc0c66397c1f2215c1f0ba116ad0ac05a509f;p=thirdparty%2Flldpd.git build: add git and check to default.nix --- 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" ]; }