treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' output

This commit is contained in:
Tuomas Tynkkynen
2016-01-24 09:29:49 +02:00
parent 91b40bd9d2
commit 5d52f55426
5 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
${jdk}/bin/jar xf $src launchers/launcher-linux-amd64
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath "${gcc.cc}/lib/:${gcc.cc}/lib64:${xorg.libX11}/lib" \
--set-rpath "${gcc.cc}/lib/:${gcc.cc}/lib64:${xorg.libX11.out}/lib" \
launchers/launcher-linux-${arch}
${jdk}/bin/jar uf $src launchers/launcher-linux-${arch}
'';