syslog-ng: Add perl to buildInputs so perl scripts in output are fixed correctly

This commit is contained in:
Rickard Nilsson 2014-06-25 13:44:31 +02:00
parent f56567ce74
commit c11d9daa58

View file

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