mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
treewide: Mass replace 'xorg.libXrender}/lib' to refer the 'out' output
This commit is contained in:
parent
474f921bac
commit
1894615f64
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue