Merge pull request #70317 from alyssais/perl-install

Revert "perl-modules: do not create perllocal.pod, for determinism"
This commit is contained in:
Eelco Dolstra
2019-10-07 13:26:25 +02:00
committed by GitHub

View File

@@ -22,9 +22,6 @@ toPerlModule(stdenv.mkDerivation (
# Prevent CPAN downloads.
PERL_AUTOINSTALL = "--skipdeps";
# Avoid creating perllocal.pod, which contains a timestamp
installTargets = "pure_install";
# From http://wiki.cpantesters.org/wiki/CPANAuthorNotes: "allows
# authors to skip certain tests (or include certain tests) when
# the results are not being monitored by a human being."