~ruther/guix-local

8cce8797be11a0709b982ca540c6f9c7597e8c08 — David Craven 9 years ago 273f1c0
gnu: usbredir: Invoke autoreconf directly.

* gnu/packages/spice.scm (usbredir)[arguments]: Invoke autoreconf directly.
1 files changed, 6 insertions(+), 6 deletions(-)

M gnu/packages/spice.scm
M gnu/packages/spice.scm => gnu/packages/spice.scm +6 -6
@@ 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