guix-commits
[Top][All Lists]
Advanced

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

02/10: build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrap


From: guix-commits
Subject: 02/10: build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API.
Date: Wed, 17 Jun 2020 13:33:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8cca3f939aab53c86a7657088b4b215575a5b280
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 17 15:17:00 2020 +0200

    build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API.
    
    This is a followup to 464f5447396fcec9b43f7eab71d5d42b522a157f.
    
    * guix/build-system/gnu.scm (dist-package): Do not call 'autoconf-wrapper'.
---
 guix/build-system/gnu.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/gnu.scm b/guix/build-system/gnu.scm
index f59567f..1085c62 100644
--- a/guix/build-system/gnu.scm
+++ b/guix/build-system/gnu.scm
@@ -253,7 +253,7 @@ exact build phases are defined by PHASES."
        (let ((ref (lambda (module var)
                     (module-ref (resolve-interface module) var))))
          `(,@(package-native-inputs p)
-           ("autoconf" ,((ref '(gnu packages autotools) 'autoconf-wrapper)))
+           ("autoconf" ,(ref '(gnu packages autotools) 'autoconf-wrapper))
            ("automake" ,(ref '(gnu packages autotools) 'automake))
            ("libtool"  ,(ref '(gnu packages autotools) 'libtool))
            ("gettext"  ,(ref '(gnu packages gettext) 'gnu-gettext))



reply via email to

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