rekado pushed a commit to branch master
in repository guix.

commit 4cd6ab1b1f6808b9146105a81a2b28620939aa44
Author: Ricardo Wurmus <rek...@elephly.net>
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