syslogng: fix build failure related to setuptools

This commit is contained in:
Philipp Middendorf 2024-04-05 08:31:06 +02:00
parent ef1beb6b2c
commit caa1233395
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