syslog-ng: Add perl to buildInputs so perl scripts in output are fixed correctly
This commit is contained in:
parent
f56567ce74
commit
c11d9daa58
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, eventlog, pkgconfig, glib, python, systemd }:
|
{ stdenv, fetchurl, eventlog, pkgconfig, glib, python, systemd, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "syslog-ng-3.5.4.1";
|
name = "syslog-ng-3.5.4.1";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0rkgrmnyx1x6m3jw5n49k7r1dcg79lxh900g74rgvd3j86g9dilj";
|
sha256 = "0rkgrmnyx1x6m3jw5n49k7r1dcg79lxh900g74rgvd3j86g9dilj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ eventlog pkgconfig glib python systemd ];
|
buildInputs = [ eventlog pkgconfig glib python systemd perl ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-dynamic-linking"
|
"--enable-dynamic-linking"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user