[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
1 changed files with 4 additions and 3 deletions

View File

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