mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
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"
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
makeWrapperArgs+=(
|
||||
"''${gappsWrapperArgs[@]}"
|
||||
--set XPRA_INSTALL_PREFIX "$out"
|
||||
--prefix LD_LIBRARY_PATH : ${libfakeXinerama}/lib
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux pulseaudio ]}
|
||||
|
Loading…
Reference in New Issue
Block a user