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