summary refs log tree commit diff
path: root/pkgs/applications/editors/texmacs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:30:24 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:39 +0200
commited7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d (patch)
tree854a52593238d080b5b63cd495e29c4e19b8b6ec /pkgs/applications/editors/texmacs
parent0f4244f51f1703132d9205a216180902a75bf33e (diff)
downloadnixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.tar
nixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.tar.gz
nixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.tar.bz2
nixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.tar.lz
nixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.tar.xz
nixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.tar.zst
nixpkgs-ed7dbb46a81ab7ae7e446e01d0cd9d1a0faea18d.zip
treewide: Mass replace 'zlib}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/editors/texmacs')
-rw-r--r--pkgs/applications/editors/texmacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/texmacs/default.nix b/pkgs/applications/editors/texmacs/default.nix
index e415239d76f..e51813459c6 100644
--- a/pkgs/applications/editors/texmacs/default.nix
+++ b/pkgs/applications/editors/texmacs/default.nix
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
   postFixup = ''
     bin="$out/libexec/TeXmacs/bin/texmacs.bin"
     rpath=$(patchelf --print-rpath "$bin")
-    patchelf --set-rpath "$rpath:${zlib}/lib" "$bin"
+    patchelf --set-rpath "$rpath:${zlib.out}/lib" "$bin"
   '';
 
   meta = {