@@ 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