gnu: usbredir: Invoke autoreconf directly.
* gnu/packages/spice.scm (usbredir)[arguments]: Invoke autoreconf directly.
This commit is contained in:
parent
273f1c05d8
commit
8cce8797be
|
@ -82,8 +82,8 @@
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autogen
|
(add-after 'unpack 'autogen
|
||||||
(lambda* _
|
(lambda _
|
||||||
(system* "sh" "autogen.sh"))))))
|
(zero? (system* "autoreconf" "-vfi")))))))
|
||||||
(synopsis "Tools for sending USB device traffic over a network")
|
(synopsis "Tools for sending USB device traffic over a network")
|
||||||
(description "Usbredir is a network protocol for sending USB device traffic
|
(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
|
over a network connection. It can be used to redirect traffic from a USB device
|
||||||
|
|
Loading…
Reference in New Issue