about summary refs log tree commit diff
path: root/pkgs/applications/editors/sublime3
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:00 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:33 +0200
commit51bf60b33e0c85e1d3beb5d7a12efe702efae864 (patch)
treeb6a298b8253de3a456caa2fbe457190b8c7cf507 /pkgs/applications/editors/sublime3
parentd0058081272f58025693581e751facc388b46c86 (diff)
downloadnixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.tar
nixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.tar.gz
nixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.tar.bz2
nixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.tar.lz
nixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.tar.xz
nixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.tar.zst
nixlib-51bf60b33e0c85e1d3beb5d7a12efe702efae864.zip
treewide: Mass replace 'bzip2}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/editors/sublime3')
-rw-r--r--pkgs/applications/editors/sublime3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/sublime3/default.nix b/pkgs/applications/editors/sublime3/default.nix
index 49c30a1f6d60..c6cc813d6b11 100644
--- a/pkgs/applications/editors/sublime3/default.nix
+++ b/pkgs/applications/editors/sublime3/default.nix
@@ -57,7 +57,7 @@ in let
         --set NIX_REDIRECTS ${builtins.concatStringsSep ":" redirects}
 
       # Without this, plugin_host crashes, even though it has the rpath
-      wrapProgram $out/plugin_host --prefix LD_PRELOAD : ${stdenv.cc.cc}/lib${stdenv.lib.optionalString stdenv.is64bit "64"}/libgcc_s.so.1:${openssl}/lib/libssl.so:${bzip2}/lib/libbz2.so
+      wrapProgram $out/plugin_host --prefix LD_PRELOAD : ${stdenv.cc.cc}/lib${stdenv.lib.optionalString stdenv.is64bit "64"}/libgcc_s.so.1:${openssl}/lib/libssl.so:${bzip2.out}/lib/libbz2.so
     '';
   };
 in stdenv.mkDerivation {