mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: flex-boot0: Drop input labels.
* gnu/packages/commencement.scm (flex-boot0) [native-inputs, propagated-inputs]: Drop input labels. Change-Id: Ic82ee28616be369c5b80cb9e9c3c83bae1f2e0e0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
c51ecda4eb
commit
a48e520b4c
@@ -2636,8 +2636,8 @@ exec " gcc-bin "/" program
|
||||
;; This Flex is needed to build MiG as well as Linux-Libre headers.
|
||||
(package
|
||||
(inherit flex)
|
||||
(native-inputs `(("bison" ,bison-boot0)))
|
||||
(propagated-inputs `(("m4" ,m4-boot0)))
|
||||
(native-inputs (list bison-boot0))
|
||||
(propagated-inputs (list m4-boot0))
|
||||
(inputs (%boot0-inputs))
|
||||
(arguments
|
||||
`(#:implicit-inputs? #f
|
||||
|
||||
Reference in New Issue
Block a user