vagrantc pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 1584449d6ef779a4423e457ce4d84a4b3efbbcc8 Author: Mathieu Othacehe <[email protected]> AuthorDate: Mon Oct 25 18:03:35 2021 +0000 gnu: Remove references to a removed patch. * gnu/packages/backup.scm (libchop)[source]: Remove the patch. (idutils)[source]: Ditto. --- gnu/packages/backup.scm | 1 - gnu/packages/idutils.scm | 1 - 2 files changed, 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 801d570..a2dcffa 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -557,7 +557,6 @@ rsnapshot uses hard links to deduplicate identical files.") (sha256 (base32 "0fpdyxww41ba52d98blvnf543xvirq1v9xz1i3x1gm9lzlzpmc2g")) - (patches (search-patches "diffutils-gets-undeclared.patch")) (modules '((guix build utils))) (snippet '(begin diff --git a/gnu/packages/idutils.scm b/gnu/packages/idutils.scm index d16f2ff..3e404b9 100644 --- a/gnu/packages/idutils.scm +++ b/gnu/packages/idutils.scm @@ -36,7 +36,6 @@ (sha256 (base32 "1hmai3422iaqnp34kkzxdnywl7n7pvlxp11vrw66ybxn9wxg90c1")) - (patches (search-patches "diffutils-gets-undeclared.patch")) (modules '((guix build utils))) (snippet '(begin
