guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: usbredir: Invoke autoreconf directly.


From: David Craven
Subject: 02/02: gnu: usbredir: Invoke autoreconf directly.
Date: Mon, 15 Aug 2016 00:24:51 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 8cce8797be11a0709b982ca540c6f9c7597e8c08
Author: David Craven <address@hidden>
Date:   Sun Aug 14 19:49:52 2016 +0200

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

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 870278c..3e6366e 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]