summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-07-19 09:20:34 -0700
committerJohn Wiegley <johnw@newartisans.com>2018-07-19 09:31:52 -0700
commitecd9be1b624ae911645e4bd5619467b1e552d6b0 (patch)
tree9e61f60792c5362d0f3cd20b0a74696dcdc9b2cd
parente7e5aaa0b938ed53dd96f58c8ebf9e0f7f72e133 (diff)
downloadnixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.tar
nixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.tar.gz
nixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.tar.bz2
nixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.tar.lz
nixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.tar.xz
nixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.tar.zst
nixlib-ecd9be1b624ae911645e4bd5619467b1e552d6b0.zip
perlPackages.TextBibTeX: Update perl version in an output path
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 27a1341eeccc..15372f23dd30 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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/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"
+      install_name_tool -change "$oldPath" "$newPath" "$out/lib/perl5/site_perl/5.24.4/darwin-2level/auto/Text/BibTeX/BibTeX.bundle"
     '';
     meta = {
       description = "Interface to read and parse BibTeX files";