treewide: Mass replace 'xorg.libXrandr}/lib' to refer the 'out' output
This commit is contained in:
parent
5a6a8213eb
commit
474f921bac
@ -63,7 +63,7 @@ stdenv.mkDerivation {
|
|||||||
inherit glibc /* glibc only used for setting interpreter */;
|
inherit glibc /* glibc only used for setting interpreter */;
|
||||||
|
|
||||||
LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
|
LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
|
||||||
[ "${xorg.libXrandr}/lib"
|
[ "${xorg.libXrandr.out}/lib"
|
||||||
"${xorg.libXrender}/lib"
|
"${xorg.libXrender}/lib"
|
||||||
"${xorg.libXext.out}/lib"
|
"${xorg.libXext.out}/lib"
|
||||||
"${xorg.libX11.out}/lib"
|
"${xorg.libX11.out}/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user