3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: usbredir: Invoke autoreconf directly.

* gnu/packages/spice.scm (usbredir)[arguments]: Invoke autoreconf directly.
This commit is contained in:
David Craven 2016-08-14 19:49:52 +02:00
parent 273f1c05d8
commit 8cce8797be
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -78,12 +78,12 @@
("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda* _
(system* "sh" "autogen.sh"))))))
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(zero? (system* "autoreconf" "-vfi")))))))
(synopsis "Tools for sending USB device traffic over a network")
(description "Usbredir is a network protocol for sending USB device traffic
over a network connection. It can be used to redirect traffic from a USB device