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 {
name = "Text-BibTeX-0.72";
name = "Text-BibTeX-0.81";
buildInputs = [ ConfigAutoConf ExtUtilsLibBuilder ];
src = fetchurl {
url = "mirror://cpan/authors/id/A/AM/AMBS/${name}.tar.gz";
sha256 = "0vfnj9ygdjympc8hsf38nc4a1lq45qbq7v6z6mrnfgr3k198b6gw";
sha256 = "0dig1zlglm8rwm8fhnz087lx6gixj9jx10kxn1fx3swdkfblhsmf";
};
perlPreHook = "export LD=gcc";
meta = {
description = "Interface to read and parse BibTeX files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];