3
0
Fork 0
forked from mirrors/nixpkgs

rsnapshot: fix build by using older perl

This commit is contained in:
Vladimír Čunát 2014-11-26 23:52:32 +01:00
parent a68c1adc35
commit 130c324809

View file

@ -2256,6 +2256,7 @@ let
rng_tools = callPackage ../tools/security/rng-tools { };
rsnapshot = callPackage ../tools/backup/rsnapshot {
perl = perl516; # fails to create docs: POD document had syntax errors
# For the `logger' command, we can use either `utillinux' or
# GNU Inetutils. The latter is more portable.
logger = inetutils;