From 3988a81c10d246284a8f8ad8952b29c39dbad94c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 2 May 2023 15:06:15 +0300 Subject: gnu: quilt: Patch for newer grep. * gnu/packages/patchutils.scm (quilt)[source]: Add patch to work with newer versions of grep. * gnu/packages/patches/quilt-grep-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. --- gnu/packages/patchutils.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/patchutils.scm') diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 0d88a2d943..4292124633 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2022 jgart ;;; Copyright © 2023 Andy Tai +;;; Copyright © 2023 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -117,7 +118,8 @@ listing the files modified by a patch.") (uri (string-append "mirror://savannah/quilt/" "quilt-" version ".tar.gz")) (sha256 - (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri")))) + (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri")) + (patches (search-patches "quilt-grep-compat.patch")))) (build-system gnu-build-system) (native-inputs `(("gettext" ,gettext-minimal))) -- cgit v1.2.3