mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-10 07:41:30 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user