diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-25 18:03:35 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:30 -0500 |
commit | a570cea4c6ac82ca39c18b6fd647b008bc8b6147 (patch) | |
tree | 498c89fb653e9b75e58479ce10a3f24fe956b839 /gnu/packages | |
parent | a0d50acf01e0e948398c65ef0058b2d22f1073c3 (diff) |
gnu: Remove references to a removed patch.
* gnu/packages/backup.scm (libchop)[source]: Remove the patch.
(idutils)[source]: Ditto.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/backup.scm | 1 | ||||
-rw-r--r-- | gnu/packages/idutils.scm | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 801d570bf4..a2dcffaab6 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 d16f2ffdeb..3e404b9a6f 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 |