guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libtool: Remove input labels.


From: guix-commits
Subject: 05/06: gnu: libtool: Remove input labels.
Date: Sat, 28 May 2022 15:02:44 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit a81ac55a68110b2c703e79f835fec010b0b3fb8c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 26 21:10:45 2022 +0300

    gnu: libtool: Remove input labels.
    
    * gnu/packages/autotools.scm (libtool)[native-inputs]: Remove input
    labels.
---
 gnu/packages/autotools.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 9d4e7718d2..2a514268d5 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -462,14 +462,15 @@ Makefile, simplifying the entire process for the 
developer.")
               (patches (search-patches "libtool-skip-tests2.patch"))))
     (build-system gnu-build-system)
     (propagated-inputs (list m4))
-    (native-inputs `(("m4" ,m4)
-                     ("perl" ,perl)
-                     ;; XXX: this shouldn't be necessary, but without it test
-                     ;; 102 fails because it cannot find ltdl/libltdl.la.
-                     ("libltdl" ,libltdl)
-                     ("help2man" ,help2man) ;because we modify ltmain.sh
-                     ("automake" ,automake)      ;some tests rely on 'aclocal'
-                     ("autoconf" ,autoconf-wrapper))) ;others on 'autom4te'
+    (native-inputs
+     (list m4
+           perl
+           ;; XXX: this shouldn't be necessary, but without it test
+           ;; 102 fails because it cannot find ltdl/libltdl.la.
+           libltdl
+           help2man             ; because we modify ltmain.sh
+           automake             ; some tests rely on 'aclocal'
+           autoconf-wrapper))   ; others on 'autom4te'
 
     (arguments
      `(;; Libltdl is provided as a separate package, so don't install it here.



reply via email to

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