remove support for pre-5.26 Perl

This commit is contained in:
volth
2018-10-03 19:29:58 +00:00
parent 78adf2c9a5
commit 5f91657ad1
6 changed files with 15 additions and 264 deletions
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
version = "1.1";
};
PERL_USE_UNSAFE_INC = stdenv.lib.optionalString (stdenv.lib.versionAtLeast (stdenv.lib.getVersion perl) "5.26") "1";
PERL_USE_UNSAFE_INC = "1";
src = fetchurl {
url = "${meta.homepage}${name}.tar.gz";