3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TextBibTeX: fix build

This commit is contained in:
Gabriel Ebner 2017-08-06 09:28:02 +02:00
parent 7cc0ef8937
commit e619ace733

View file

@ -14183,12 +14183,13 @@ let self = _self // overrides; _self = with self; {
}; };
TextBibTeX = buildPerlModule rec { TextBibTeX = buildPerlModule rec {
name = "Text-BibTeX-0.72"; name = "Text-BibTeX-0.81";
buildInputs = [ ConfigAutoConf ExtUtilsLibBuilder ]; buildInputs = [ 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 = "0vfnj9ygdjympc8hsf38nc4a1lq45qbq7v6z6mrnfgr3k198b6gw"; sha256 = "0dig1zlglm8rwm8fhnz087lx6gixj9jx10kxn1fx3swdkfblhsmf";
}; };
perlPreHook = "export LD=gcc";
meta = { meta = {
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 ];