From a34348967e032acfab2aa0b512d318a70f5543dd Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 30 Apr 2023 23:16:54 +0800 Subject: 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. --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/local.mk') 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 \ -- cgit 1.4.1