]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: add git and check to default.nix
authorVincent Bernat <vincent@bernat.ch>
Sat, 27 Nov 2021 22:59:02 +0000 (23:59 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 27 Nov 2021 23:00:22 +0000 (00:00 +0100)
default.nix

index 2d856dc7fd3f8dd76db14d760682dc0ace5ebf8b..4b33658b9500f05b8915401706fe0bf362b17f5f 100644 (file)
@@ -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" ];
 }