Skip to content

Commit

Permalink
build: add git and check to default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 27, 2021
1 parent f6f22f6 commit 848fc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
}

0 comments on commit 848fc0c

Please sign in to comment.