perlPackages.TextBibTeX: fix on darwin

Fixes: 6d8539c1d8 ('perl: Enable threading on darwin')
cc #73819
This commit is contained in:
Dmitry Kalinkin
2020-03-08 20:59:06 -04:00
parent 0623c70586
commit 2873950bb7
+1 -1
View File
@@ -19159,7 +19159,7 @@ let
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/${perl.libPrefix}/${perl.version}/darwin-2level/auto/Text/BibTeX/BibTeX.bundle"
install_name_tool -change "$oldPath" "$newPath" "$out/${perl.libPrefix}/${perl.version}/darwin"*"-2level/auto/Text/BibTeX/BibTeX.bundle"
'';
meta = {
description = "Interface to read and parse BibTeX files";