net_snmp: fix build by autoreconfing
This commit is contained in:
parent
72478f1c8e
commit
552143224a
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, file, openssl, perl }:
|
{ stdenv, fetchurl, autoreconfHook, file, openssl, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "net-snmp-5.7.2";
|
name = "net-snmp-5.7.2";
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-persistent-directory=/var/lib/net-snmp"
|
"--with-persistent-directory=/var/lib/net-snmp"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ file openssl perl ];
|
buildInputs = [ autoreconfHook file openssl perl ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user