mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: usbredir: Update to 0.13.0.
* gnu/packages/spice.scm (usbredir): Update to 0.13.0. [inputs]: Add glib. [native-inputs]: Remove autoconf, automake, and libtool. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c4678cf19b
commit
0d07629295
1 changed files with 6 additions and 7 deletions
|
@ -62,19 +62,18 @@ (define-public usbredir
|
|||
(package
|
||||
(name "usbredir")
|
||||
(home-page "https://spice-space.org")
|
||||
(version "0.9.0")
|
||||
(version "0.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append home-page "/download/" name "/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19jnpzlanq0a1m5lmlcsp50wxf7icxvpvclx7hnf0zxw8azngqd3"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
(list libusb))
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
"0vn4gnd8nmnrvvj2rm7akf4sbcslmdk3v22k9kmxxrha5jhgm9jb"))))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs (list libusb))
|
||||
(inputs (list glib))
|
||||
(native-inputs (list pkg-config))
|
||||
(synopsis "Tools for sending USB device traffic over a network")
|
||||
(description
|
||||
"Usbredir is a network protocol for sending USB device traffic over a
|
||||
|
|
Loading…
Reference in a new issue