diff options
author | Marius Bakke <marius@gnu.org> | 2023-04-30 23:16:54 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-04-30 23:25:46 +0800 |
commit | a34348967e032acfab2aa0b512d318a70f5543dd (patch) | |
tree | 9ef3bde4168cc015515c92a6db9f95f564a82bbe /gnu/local.mk | |
parent | f9a60f34670ba36724d3efec0dc266e0d6d0cb00 (diff) | |
download | guix-a34348967e032acfab2aa0b512d318a70f5543dd.tar.gz guix-a34348967e032acfab2aa0b512d318a70f5543dd.zip |
gnu: clitest: Fix test failure with newer grep.
* gnu/packages/patches/clitest-grep-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/check.scm (clitest)[source](patches): New field.
[arguments]: While at it, remove obsolete substitution.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 1a84e5b499..68a02d10b5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1000,6 +1000,7 @@ dist_patch_DATA = \ %D%/packages/patches/classpath-aarch64-support.patch \ %D%/packages/patches/classpath-miscompilation.patch \ %D%/packages/patches/cling-use-shared-library.patch \ + %D%/packages/patches/clitest-grep-compat.patch \ %D%/packages/patches/clog-fix-shared-build.patch \ %D%/packages/patches/clucene-pkgconfig.patch \ %D%/packages/patches/cmake-curl-certificates-3.24.patch \ |