mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
968c6da422
commit
b237c8717e
1 changed files with 5 additions and 0 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Reference in a new issue