mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: xorgxrdp: Switch to git source.
* gnu/packages/rdesktop.scm (xorgxrdp)[source]: Switch to git-fetch. [native-inputs]: Add autoconf, automake and libtool. Change-Id: I6ff0b7f76c750ab932aa3ffd5997c70479644b8d
This commit is contained in:
parent
5c69f08f2e
commit
c542139208
1 changed files with 10 additions and 6 deletions
|
@ -232,13 +232,14 @@ (define-public xorgxrdp
|
|||
(name "xorgxrdp")
|
||||
(version "0.10.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/neutrinolabs/xorgxrdp/releases/download/v"
|
||||
version "/xorgxrdp-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/neutrinolabs/xorgxrdp")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"125zn8xzppmf07wgdm4kw2w8ri4fbraca8r59fgibb1m6dqggsxm"))))
|
||||
"1dcxn0v88426j4n7irhy6h3qb21202v5xs1vr7j8xvs3sxihc2f7"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list check
|
||||
imlib2
|
||||
|
@ -254,8 +255,11 @@ (define-public xorgxrdp
|
|||
xdpyinfo
|
||||
xorg-server
|
||||
xrdp))
|
||||
(native-inputs (list nasm
|
||||
(native-inputs (list autoconf
|
||||
automake
|
||||
intltool
|
||||
libtool
|
||||
nasm
|
||||
pkg-config
|
||||
pixman))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue