perlPackages.TextBibTeX: also patch .bundle file
This commit is contained in:
parent
e8a336b154
commit
cafcd6e9f4
1 changed files with 1 additions and 0 deletions
|
@ -14581,6 +14581,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/bibparse"
|
||||
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"
|
||||
'';
|
||||
meta = {
|
||||
description = "Interface to read and parse BibTeX files";
|
||||
|
|
Loading…
Reference in a new issue