···52 perlPackages.IOStringy
53 ];
5400055 # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1
56 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass
57 doCheck = false;
···52 perlPackages.IOStringy
53 ];
5455+ # 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+58 # TODO: tests are failing http://munin-monitoring.org/ticket/1390#comment:1
59 # NOTE: important, test command always exits with 0, think of a way to abort the build once tests pass
60 doCheck = false;