mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: grep-final: Adjust for changes in grep.
* gnu/packages/commencement.scm (grep-final)[arguments]: Strip inherited configure-flags. [inputs]: Remove inherited pcre2, not pcre. Change-Id: Ib912430712b3d4dfea4854e563e4efb4ae5e3e45
This commit is contained in:
parent
b237c8717e
commit
bbef137387
1 changed files with 5 additions and 1 deletions
|
@ -3443,7 +3443,11 @@ (define grep-final
|
|||
;; built before gzip.
|
||||
(let ((grep (with-boot5 (package-with-bootstrap-guile grep))))
|
||||
(package/inherit grep
|
||||
(inputs (alist-delete "pcre" (package-inputs 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))))))
|
||||
|
||||
(define xz-final
|
||||
|
|
Loading…
Reference in a new issue