[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/20: gnu: mercurial: Adjust for grep 3.8.
From: |
guix-commits |
Subject: |
06/20: gnu: mercurial: Adjust for grep 3.8. |
Date: |
Sun, 11 Sep 2022 13:46:47 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 003fdf0a9d3067dcb747c30cb20db4c215affc8a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 10 22:59:50 2022 +0200
gnu: mercurial: Adjust for grep 3.8.
* gnu/packages/version-control.scm (mercurial)[source](modules, snippet):
New
fields.
---
gnu/packages/version-control.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 08bd80b586..a731e1236c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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
- 04/20: gnu: Open vSwitch: Remove input labels., (continued)
- 04/20: gnu: Open vSwitch: Remove input labels., guix-commits, 2022/09/11
- 07/20: gnu: mercurial: Update to 6.2.2., guix-commits, 2022/09/11
- 09/20: gnu: libslirp: Update to 4.7.0., guix-commits, 2022/09/11
- 12/20: gnu: python-docutils: Add 0.19., guix-commits, 2022/09/11
- 08/20: gnu: ntp: Adjust for glibc 2.34 and later., guix-commits, 2022/09/11
- 14/20: gnu: python-astunparse: Update to 1.6.3., guix-commits, 2022/09/11
- 16/20: gnu: python-gast: Enable tests., guix-commits, 2022/09/11
- 18/20: gnu: Add python-pyproject-metadata., guix-commits, 2022/09/11
- 19/20: gnu: python-sphinx-theme-builder: Update to 0.2.0b1., guix-commits, 2022/09/11
- 20/20: gnu: Deprecate python-pep621., guix-commits, 2022/09/11
- 06/20: gnu: mercurial: Adjust for grep 3.8.,
guix-commits <=
- 10/20: gnu: slirp4netns: Update to 1.2.0., guix-commits, 2022/09/11
- 11/20: gnu: QEMU: Unbundle dtc and slirp., guix-commits, 2022/09/11
- 15/20: gnu: python-gast: Update to 0.5.3., guix-commits, 2022/09/11
- 17/20: gnu: Add python-sphinx-tabs., guix-commits, 2022/09/11
- 13/20: gnu: python-gast: Update home page., guix-commits, 2022/09/11