* [bug#72053] [PATCH] gnu: xrdp: update to 0.10.0.
@ 2024-07-11 6:57 Andy Tai
2024-07-11 21:03 ` bug#72053: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-07-11 6:57 UTC (permalink / raw)
To: 72053; +Cc: Andy Tai
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0.
[native-inputs]: Add cmocka.
Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958
---
gnu/packages/rdesktop.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm
index 254ba4d06b..eb17fa929c 100644
--- a/gnu/packages/rdesktop.scm
+++ b/gnu/packages/rdesktop.scm
@@ -168,7 +168,7 @@ (define-public freerdp
(define-public xrdp
(package
(name "xrdp")
- (version "0.9.23.1")
+ (version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -176,7 +176,7 @@ (define-public xrdp
version "/xrdp-" version ".tar.gz"))
(sha256
(base32
- "1jpmwywzb6law2hrzm94qy2hgivs7izc2ci0w2h9yxn2j1mizdwg"))))
+ "1nakn842p759xxd9713335ms3h8dmr33xbmylnbk2j03m4dhvlnx"))))
(build-system gnu-build-system)
(inputs (list check
fuse-2
@@ -196,6 +196,7 @@ (define-public xrdp
python
python-libxml2))
(native-inputs (list bison
+ cmocka
flex
gettext-minimal
intltool
base-commit: 8cbc5e5bf0ca35f12cf5bbf123efbc3b6a57ad44
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-11 21:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 6:57 [bug#72053] [PATCH] gnu: xrdp: update to 0.10.0 Andy Tai
2024-07-11 21:03 ` bug#72053: " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.