gnu: grep-mesboot: Remove inherited configure-flags.

* gnu/packages/commencement.scm (grep-mesboot)[arguments]: Strip
inherited configure-flags.

Change-Id: Id1e9c0d742aaa978b436073088f92a742ec45272
This commit is contained in:
Efraim Flashner 2023-11-28 21:14:37 +02:00 committed by Ludovic Courtès
parent 968c6da422
commit b237c8717e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1926,6 +1926,11 @@ (define grep-mesboot
(let ((pkg (mesboot-package "grep-mesboot" grep)))
(package
(inherit pkg)
(arguments
(substitute-keyword-arguments
(strip-keyword-arguments
'(#:configure-flags)
(package-arguments pkg))))
(native-inputs
`(("sed" ,sed-mesboot)
,@(package-native-inputs pkg))))))