munin: fix build

fallout from perl 5.24 -> 5.28 update

Uli Baum da0ce8ca 519012bc

+3
+3
pkgs/servers/monitoring/munin/default.nix
··· 52 52 perlPackages.IOStringy 53 53 ]; 54 54 55 + # needs to find a local perl module during build 56 + PERL_USE_UNSAFE_INC = stdenv.lib.optionalString (stdenv.lib.versionAtLeast (stdenv.lib.getVersion perl) "5.26") "1"; 57 + 55 58 # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1 56 59 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass 57 60 doCheck = false;