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

This commit is contained in:
Tuomas Tynkkynen 2016-01-24 09:29:57 +02:00
parent 474f921bac
commit 1894615f64

View file

@ -64,7 +64,7 @@ stdenv.mkDerivation {
LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
[ "${xorg.libXrandr.out}/lib"
"${xorg.libXrender}/lib"
"${xorg.libXrender.out}/lib"
"${xorg.libXext.out}/lib"
"${xorg.libX11.out}/lib"
"${xorg.libXinerama.out}/lib"