bfr: Build with current Perl

This commit is contained in:
Eelco Dolstra 2015-12-02 17:11:24 +01:00
parent 135b01e9df
commit 7c00ae68d8
2 changed files with 8 additions and 3 deletions

View File

@ -9,6 +9,13 @@ stdenv.mkDerivation rec {
sha256 = "0fadfssvj9klj4dq9wdrzys1k2a1z2j0p6kgnfgbjv0n1bq6h4cy";
};
patches =
[ (fetchurl {
url = "https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/bfr/files/bfr-1.6-perl.patch?revision=1.1";
sha256 = "1pk9jm3c1qzs727lh0bw61w3qbykaqg4jblywf9pvq5bypk88qfj";
})
];
buildInputs = [ perl ];
meta = with stdenv.lib; {

View File

@ -674,9 +674,7 @@ let
bchunk = callPackage ../tools/cd-dvd/bchunk { };
bfr = callPackage ../tools/misc/bfr {
perl = perl516; # Docs fail to build with newer versions
};
bfr = callPackage ../tools/misc/bfr { };
bibtool = callPackage ../tools/misc/bibtool { };