1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: texinfo-boot0: Drop input labels.

* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Drop input
labels.

Change-Id: I0675f8af6b006bf72d10bc64831bc079c3771ef8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves
2026-02-19 19:36:04 +01:00
committed by Ludovic Courtès
parent 0c50d99e08
commit b23bdf0e95

View File

@@ -2830,8 +2830,8 @@ memoized as a function of '%current-system'."
(inherit texinfo)
(source (bootstrap-origin (package-source texinfo)))
(native-inputs '())
(inputs `(,@(%boot0-inputs)
("perl" ,perl-boot0)))
(inputs (append (map cadr (%boot0-inputs))
(list perl-boot0)))
(arguments
`(#:implicit-inputs? #f
#:guile ,%bootstrap-guile