mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: commencement: Simplify ‘grep-final’ definition.
* gnu/packages/commencement.scm (grep-final): Remove unneeded ‘substitute-keyword-arguments’. Change-Id: I4076c4e6d51bd408f6c68a2eb508855698330972
This commit is contained in:
parent
02e43504b3
commit
cbcc06b1d7
1 changed files with 4 additions and 6 deletions
|
|
@ -3422,12 +3422,10 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
|
|||
;; built before gzip.
|
||||
(let ((grep (with-boot5 (package-with-bootstrap-guile grep))))
|
||||
(package/inherit grep
|
||||
(arguments (substitute-keyword-arguments
|
||||
(strip-keyword-arguments
|
||||
'(#:configure-flags)
|
||||
(package-arguments grep))))
|
||||
(inputs (alist-delete "pcre2" (package-inputs grep)))
|
||||
(native-inputs `(("perl" ,perl-boot0))))))
|
||||
(arguments (strip-keyword-arguments '(#:configure-flags)
|
||||
(package-arguments grep)))
|
||||
(inputs (alist-delete "pcre2" (package-inputs grep)))
|
||||
(native-inputs `(("perl" ,perl-boot0))))))
|
||||
|
||||
(define xz-final
|
||||
;; The final xz. We need to replace the bootstrap xz with a newer one
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue