mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
treewide: Mass replace 'xorg.libXinerama}/lib' to refer the 'out' output
This commit is contained in:
parent
555292017e
commit
5a6a8213eb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ stdenv.mkDerivation {
|
|||
"${xorg.libXrender}/lib"
|
||||
"${xorg.libXext.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
|
||||
|
|
Loading…
Reference in a new issue