3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TextBibTeX: do not hardcode gcc

See e619ace733##commitcomment-23660930
This commit is contained in:
Gabriel Ebner 2017-08-18 08:25:41 +02:00
parent efc95339c0
commit 9a67c8e56d

View file

@ -14209,7 +14209,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/A/AM/AMBS/${name}.tar.gz";
sha256 = "0dig1zlglm8rwm8fhnz087lx6gixj9jx10kxn1fx3swdkfblhsmf";
};
perlPreHook = "export LD=gcc";
perlPreHook = "export LD=$CC";
meta = {
description = "Interface to read and parse BibTeX files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];