summary refs log tree commit diff
path: root/pkgs/servers/monitoring/munin
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-10-03 19:25:44 +0000
committervolth <volth@volth.com>2018-10-03 19:29:58 +0000
commit5f91657ad10aec9776983bc6f927546b34755b04 (patch)
tree4cc9a5f40af94c895fdc552fddafc2a8b0a8fb02 /pkgs/servers/monitoring/munin
parent78adf2c9a5694a0855063e756a845d947858fd3f (diff)
downloadnixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.tar
nixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.tar.gz
nixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.tar.bz2
nixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.tar.lz
nixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.tar.xz
nixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.tar.zst
nixpkgs-5f91657ad10aec9776983bc6f927546b34755b04.zip
remove support for pre-5.26 Perl
Diffstat (limited to 'pkgs/servers/monitoring/munin')
-rw-r--r--pkgs/servers/monitoring/munin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/monitoring/munin/default.nix b/pkgs/servers/monitoring/munin/default.nix
index 2fec42edff3..72d5f124c63 100644
--- a/pkgs/servers/monitoring/munin/default.nix
+++ b/pkgs/servers/monitoring/munin/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
   ];
 
   # needs to find a local perl module during build
-  PERL_USE_UNSAFE_INC = stdenv.lib.optionalString (stdenv.lib.versionAtLeast (stdenv.lib.getVersion perl) "5.26") "1";
+  PERL_USE_UNSAFE_INC = "1";
 
   # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1
   # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass