xpra: avoid double-wrapping
Per manual: https://nixos.org/nixpkgs/manual/#ssec-gnome-common-issues
This commit is contained in:
parent
eeb14812ca
commit
8e5f5a54f2
@ -89,8 +89,10 @@ in buildPythonApplication rec {
|
|||||||
"--with-vsock"
|
"--with-vsock"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontWrapGApps = true;
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(
|
makeWrapperArgs+=(
|
||||||
|
"''${gappsWrapperArgs[@]}"
|
||||||
--set XPRA_INSTALL_PREFIX "$out"
|
--set XPRA_INSTALL_PREFIX "$out"
|
||||||
--prefix LD_LIBRARY_PATH : ${libfakeXinerama}/lib
|
--prefix LD_LIBRARY_PATH : ${libfakeXinerama}/lib
|
||||||
--prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux pulseaudio ]}
|
--prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux pulseaudio ]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user