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

gnu: linux-libre-headers-boot0: Drop input labels.

* gnu/packages/commencement.scm (linux-libre-headers-boot0)
[native-inputs]: Drop input labels.

Change-Id: Id1103c6aba17a4f1db504e0ceabc73ba0db398fa
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves
2026-02-19 16:36:54 +01:00
committed by Ludovic Courtès
parent 6a35591167
commit ca1bea7e6e

View File

@@ -2689,12 +2689,11 @@ memoized as a function of '%current-system'."
(("echo 2\\.25\\.0") ;binutils
"echo 2.20.1")))))))))
(native-inputs
`(("perl" ,perl-boot0)
;; Flex and Bison are required since version 4.16.
("flex" ,flex-boot0)
("bison" ,bison-boot0)
,@(%boot0-inputs)))))
(cons* perl-boot0
;; Flex and Bison are required since version 4.16.
flex-boot0
bison-boot0
(map cadr (%boot0-inputs))))))
(define with-boot0
(package-with-explicit-inputs %boot0-inputs