mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03: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 New Issue
Block a user