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

View File

@ -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