Skip to content

Commit

Permalink
Merge pull request #301741 from pmiddend/syslogng-build-fix
Browse files Browse the repository at this point in the history
syslogng: fix build failure related to setuptools
  • Loading branch information
7c6f434c authored Apr 7, 2024
2 parents 0e4bf56 + caa1233 commit 632c6b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/sy/syslogng/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
, protobufc
, pcre
, paho-mqtt-c
, python3Packages
, libnet
, json_c
, libuuid
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 632c6b8

Please sign in to comment.