mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Revert "perl-modules: do not create perllocal.pod, for determinism"
This reverts commit d0bad145f5
.
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.
This commit is contained in:
parent
b9c5f849a4
commit
979811fa43
1 changed files with 0 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue