gnu: xrdp: update to 0.10.0.
* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0. [native-inputs]: Add cmocka. Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958 Signed-off-by: jgart <jgart@dismail.de>
parent
b06e8e1f67
commit
7e9a6836cd
|
@ -168,7 +168,7 @@ of parts of the Windows API.")
|
||||||
(define-public xrdp
|
(define-public xrdp
|
||||||
(package
|
(package
|
||||||
(name "xrdp")
|
(name "xrdp")
|
||||||
(version "0.9.23.1")
|
(version "0.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -176,7 +176,7 @@ of parts of the Windows API.")
|
||||||
version "/xrdp-" version ".tar.gz"))
|
version "/xrdp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jpmwywzb6law2hrzm94qy2hgivs7izc2ci0w2h9yxn2j1mizdwg"))))
|
"1nakn842p759xxd9713335ms3h8dmr33xbmylnbk2j03m4dhvlnx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list check
|
(inputs (list check
|
||||||
fuse-2
|
fuse-2
|
||||||
|
@ -196,6 +196,7 @@ of parts of the Windows API.")
|
||||||
python
|
python
|
||||||
python-libxml2))
|
python-libxml2))
|
||||||
(native-inputs (list bison
|
(native-inputs (list bison
|
||||||
|
cmocka
|
||||||
flex
|
flex
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
intltool
|
intltool
|
||||||
|
|
Reference in New Issue