[cpan2nix] perlPackages.TextBibTeX: 0.81 -> 0.85

This commit is contained in:
volth 2018-04-07 07:55:35 +00:00
parent d24dad3ede
commit 5581beef71

View File

@ -14879,11 +14879,11 @@ let self = _self // overrides; _self = with self; {
};
TextBibTeX = buildPerlModule rec {
name = "Text-BibTeX-0.81";
buildInputs = [ ConfigAutoConf ExtUtilsLibBuilder ];
name = "Text-BibTeX-0.85";
buildInputs = [ CaptureTiny ConfigAutoConf ExtUtilsLibBuilder ];
src = fetchurl {
url = "mirror://cpan/authors/id/A/AM/AMBS/${name}.tar.gz";
sha256 = "0dig1zlglm8rwm8fhnz087lx6gixj9jx10kxn1fx3swdkfblhsmf";
sha256 = "036kxgbn1jf70pfm2lmjlzjwnhbkd888fp5lyvmkjpdd15gla18h";
};
perlPreHook = "export LD=$CC";
perlPostHook = stdenv.lib.optionalString stdenv.isDarwin ''
@ -14900,6 +14900,7 @@ let self = _self // overrides; _self = with self; {
description = "Interface to read and parse BibTeX files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
propagatedBuildInputs = [ ScalarListUtils ];
};
TextBrew = buildPerlPackage rec {