Merge pull request #301741 from pmiddend/syslogng-build-fix

syslogng: fix build failure related to setuptools
This commit is contained in:
7c6f434c 2024-04-07 19:42:36 +00:00 committed by GitHub
commit 632c6b8646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
, protobufc
, pcre
, paho-mqtt-c
, python3Packages
, libnet
, json_c
, libuuid
@ -69,7 +70,7 @@ stdenv.mkDerivation rec {
hash = "sha256-B9s7mprPpS4xc7mfJbsDaq2hB1rjYmuOnOnpu+NnMRs=";
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 = [
libcap