mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
Revert "gnu: xpra: Update to 4.3."
This reverts commit 3debb27e7c
.
The upgrade to 4.3 is not trivial and requires changes to the build
process.
This commit is contained in:
parent
8189ce1705
commit
ab6d56d01d
1 changed files with 2 additions and 2 deletions
|
@ -6315,14 +6315,14 @@ (define-public xcompmgr
|
|||
(define-public xpra
|
||||
(package
|
||||
(name "xpra")
|
||||
(version "4.3")
|
||||
(version "4.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.xpra.org/src/xpra-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h9fxarhp6f90fbjrpbkjbfwb86js2gbfl6asqa5hbl1aprrwaxg"))
|
||||
(base32 "0nky9j07zq8d5ifx568dima7a0jgs8kwhcqbg8p6gsxlgq5zdw96"))
|
||||
(patches (search-patches "xpra-4.2-systemd-run.patch"))))
|
||||
(build-system python-build-system)
|
||||
;; see also http://xpra.org/trac/wiki/Dependencies
|
||||
|
|
Loading…
Reference in a new issue