summaryrefslogtreecommitdiffstats
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-10-03 10:25:14 +0000
committerAlyssa Ross <hi@alyssa.is>2019-10-03 10:25:14 +0000
commit979811fa434661b6e29d5b52cc72a89407e0d324 (patch)
tree3447ef09104fe7f793ebf5eded8bcd4a97527717 /pkgs/development/perl-modules
parentb9c5f849a479345f3659f89d0009c056639692b3 (diff)
Revert "perl-modules: do not create perllocal.pod, for determinism"
This reverts commit d0bad145f5e78f2be6d745da305067398722df17. We don't need this any more, because the generated timestamps are always set to 1970-01-01. Reverting this will mean we get man pages for perl programs for free, because those are generally part of the `install' target.
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/generic/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/perl-modules/generic/default.nix b/pkgs/development/perl-modules/generic/default.nix
index 073b0f1c5ad3..b98178ef2ebe 100644
--- a/pkgs/development/perl-modules/generic/default.nix
+++ b/pkgs/development/perl-modules/generic/default.nix
@@ -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."