me
/
guix
Archived
1
0
Fork 0

gnu: libtool: Remove input labels.

* gnu/packages/autotools.scm (libtool)[native-inputs]: Remove input
labels.
master
Efraim Flashner 2022-05-26 21:10:45 +03:00
parent f9eac6a7bc
commit a81ac55a68
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 9 additions and 8 deletions

View File

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