summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-05-26 21:10:45 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-05-28 22:01:10 +0300
commita81ac55a68110b2c703e79f835fec010b0b3fb8c (patch)
tree5d5de839621b125f665f3676d804fa6e30a4b852 /gnu
parentf9eac6a7bc14e03361a27ba56cce9261f6bfa0cf (diff)
gnu: libtool: Remove input labels.
* gnu/packages/autotools.scm (libtool)[native-inputs]: Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/autotools.scm17
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 9d4e7718d2e..2a514268d55 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -462,14 +462,15 @@ Makefile, simplifying the entire process for the developer.")
462 (patches (search-patches "libtool-skip-tests2.patch")))) 462 (patches (search-patches "libtool-skip-tests2.patch"))))
463 (build-system gnu-build-system) 463 (build-system gnu-build-system)
464 (propagated-inputs (list m4)) 464 (propagated-inputs (list m4))
465 (native-inputs `(("m4" ,m4) 465 (native-inputs
466 ("perl" ,perl) 466 (list m4
467 ;; XXX: this shouldn't be necessary, but without it test 467 perl
468 ;; 102 fails because it cannot find ltdl/libltdl.la. 468 ;; XXX: this shouldn't be necessary, but without it test
469 ("libltdl" ,libltdl) 469 ;; 102 fails because it cannot find ltdl/libltdl.la.
470 ("help2man" ,help2man) ;because we modify ltmain.sh 470 libltdl
471 ("automake" ,automake) ;some tests rely on 'aclocal' 471 help2man ; because we modify ltmain.sh
472 ("autoconf" ,autoconf-wrapper))) ;others on 'autom4te' 472 automake ; some tests rely on 'aclocal'
473 autoconf-wrapper)) ; others on 'autom4te'
473 474
474 (arguments 475 (arguments
475 `(;; Libltdl is provided as a separate package, so don't install it here. 476 `(;; Libltdl is provided as a separate package, so don't install it here.