xpra: 3.0.9 -> 4.0.2

This commit is contained in:
Michael Lingelbach
2020-06-08 17:52:18 -07:00
committed by Jon
parent 482a82b062
commit e5b7f1325c
3 changed files with 22 additions and 23 deletions
+2 -3
View File
@@ -30,11 +30,11 @@ let
in buildPythonApplication rec {
pname = "xpra";
version = "3.0.9";
version = "4.0.2";
src = fetchurl {
url = "https://xpra.org/src/${pname}-${version}.tar.xz";
sha256 = "04qskz1x1pvbdfirpxk58d3dfnf1n6dc69q2rdkak0avzl1nlzi7";
sha256 = "1cs39jzi59hkl421xmhi549ndmdfzkg0ap45f4nlsn9zr9zwmp3x";
};
patches = [
@@ -85,7 +85,6 @@ in buildPythonApplication rec {
"--with-Xdummy"
"--without-strict"
"--with-gtk3"
"--without-gtk2"
# Override these, setup.py checks for headers in /usr/* paths
"--with-pam"
"--with-vsock"