Skip to content

Commit

Permalink
Merge pull request #227304 from NixOS/backport-227155-to-release-22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Apr 20, 2023
2 parents cd3233a + f4f80f9 commit 0519f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/X11/xpra/fix-paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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

0 comments on commit 0519f6c

Please sign in to comment.