syslogng: fix build failure related to setuptools
This commit is contained in:
parent
ef1beb6b2c
commit
caa1233395
@ -20,6 +20,7 @@
|
|||||||
, protobufc
|
, protobufc
|
||||||
, pcre
|
, pcre
|
||||||
, paho-mqtt-c
|
, paho-mqtt-c
|
||||||
|
, python3Packages
|
||||||
, libnet
|
, libnet
|
||||||
, json_c
|
, json_c
|
||||||
, libuuid
|
, libuuid
|
||||||
@ -69,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
hash = "sha256-B9s7mprPpS4xc7mfJbsDaq2hB1rjYmuOnOnpu+NnMRs=";
|
hash = "sha256-B9s7mprPpS4xc7mfJbsDaq2hB1rjYmuOnOnpu+NnMRs=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl gperf ];
|
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config which bison flex libxslt perl gperf python3Packages.setuptools ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libcap
|
libcap
|
||||||
|
Loading…
Reference in New Issue
Block a user