mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
perlPackages.TextBibTeX: Update perl version in an output path
This commit is contained in:
parent
e7e5aaa0b9
commit
ecd9be1b62
@ -16108,7 +16108,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
install_name_tool -change "$oldPath" "$newPath" "$out/bin/biblex"
|
install_name_tool -change "$oldPath" "$newPath" "$out/bin/biblex"
|
||||||
install_name_tool -change "$oldPath" "$newPath" "$out/bin/bibparse"
|
install_name_tool -change "$oldPath" "$newPath" "$out/bin/bibparse"
|
||||||
install_name_tool -change "$oldPath" "$newPath" "$out/bin/dumpnames"
|
install_name_tool -change "$oldPath" "$newPath" "$out/bin/dumpnames"
|
||||||
install_name_tool -change "$oldPath" "$newPath" "$out/lib/perl5/site_perl/5.24.3/darwin-2level/auto/Text/BibTeX/BibTeX.bundle"
|
install_name_tool -change "$oldPath" "$newPath" "$out/lib/perl5/site_perl/5.24.4/darwin-2level/auto/Text/BibTeX/BibTeX.bundle"
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface to read and parse BibTeX files";
|
description = "Interface to read and parse BibTeX files";
|
||||||
|
Loading…
Reference in New Issue
Block a user