1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00

gnu: tar-mesboot: Drop input labels.

* gnu/packages/commencement.scm (tar-mesboot)[native-inputs]:
Drop input labels.

Change-Id: I24b0e027cb2b62e35ba4a5da71e98a26c97678ff
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves
2026-02-19 00:51:55 +01:00
committed by Ludovic Courtès
parent da57655d99
commit 85cbe9ff8b
+2 -3
View File
@@ -1972,9 +1972,8 @@ exec " gcc-bin "/" program
(package
(inherit pkg)
(native-inputs
`(("xz" ,xz-mesboot)
("sed" ,sed-mesboot)
,@(package-native-inputs pkg)))
(modify-inputs (package-native-inputs pkg)
(prepend xz-mesboot sed-mesboot)))
(arguments (substitute-keyword-arguments arguments
((#:configure-flags flags #~(list))
#~(cons "--disable-year2038" #$flags)))))))