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

This commit is contained in:
Tuomas Tynkkynen 2016-01-24 09:29:54 +02:00
parent 555292017e
commit 5a6a8213eb

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation {
"${xorg.libXrender}/lib" "${xorg.libXrender}/lib"
"${xorg.libXext.out}/lib" "${xorg.libXext.out}/lib"
"${xorg.libX11.out}/lib" "${xorg.libX11.out}/lib"
"${xorg.libXinerama}/lib" "${xorg.libXinerama.out}/lib"
]; ];
# without this some applications like blender don't start, but they start # without this some applications like blender don't start, but they start