~ruther/guix-local

bbef137387e01b4e859440d2dcac3b19492efc36 — Efraim Flashner 2 years ago b237c87
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
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/commencement.scm
M gnu/packages/commencement.scm => gnu/packages/commencement.scm +5 -1
@@ 3443,7 3443,11 @@ 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
                     (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