guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: libjaylink: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 10/10: gnu: libjaylink: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 05:24:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4cd6ab1b1f6808b9146105a81a2b28620939aa44
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 11:23:39 2018 +0100

    gnu: libjaylink: Remove custom bootstrap phase.
    
    * gnu/packages/embedded.scm (libjaylink)[arguments]: Remove.
---
 gnu/packages/embedded.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 38c76cd..ddf3c34 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -321,12 +321,6 @@ languages are C and C++.")
          ("pkg-config" ,pkg-config)))
       (inputs
        `(("libusb" ,libusb)))
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'unpack 'autoreconf
-             (lambda _
-               (zero? (system* "autoreconf" "-vfi")))))))
       (home-page "http://repo.or.cz/w/libjaylink.git";)
       (synopsis "Library to interface Segger J-Link devices")
       (description "libjaylink is a shared library written in C to access



reply via email to

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