mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
xpra: correct libfakeXinerama path
Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
parent
dbe369f0f9
commit
11abc1fba0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ index d5c1c8bb10..88c77e8142 100755
|
|||
- log.error("Error: cannot launch ldconfig -p to locate libfakeXinerama:")
|
||||
- log.error(" %s", e)
|
||||
- return find_lib("libfakeXinerama.so.1")
|
||||
+ return "@libfakeXinerama@/lib/libfakeXinerama.so.1"
|
||||
+ return "@libfakeXinerama@/lib/libfakeXinerama.so.1.0"
|
||||
|
||||
current_xinerama_config = None
|
||||
|
||||
|
|
Loading…
Reference in a new issue