1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00

gnu: mercurial: Adjust for grep 3.8.

* gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New
fields.
This commit is contained in:
Marius Bakke
2022-09-10 22:59:50 +02:00
parent b11c1d7702
commit 003fdf0a9d

View File

@@ -1745,7 +1745,14 @@ execution of any hook written in any language before every commit.")
"mercurial-openssl-compat.patch"))
(sha256
(base32
"1nl2726szaxyrxlyssrsir5c6vb4ci0i6g969i6xaahw1nidgica"))))
"1nl2726szaxyrxlyssrsir5c6vb4ci0i6g969i6xaahw1nidgica"))
(modules '((guix build utils)))
(snippet
'(substitute* (find-files "tests" "\\.(t|sh)$")
;; grep 3.8 emits deprecation warnings for 'egrep' and
;; 'fgrep' which breaks expected test output.
(("egrep") "grep -E")
(("fgrep") "grep -F")))))
(build-system gnu-build-system)
(arguments
`(#:make-flags