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/backup.scm | |
parent | a0d50acf01e0e948398c65ef0058b2d22f1073c3 (diff) | |
download | guix-a570cea4c6ac82ca39c18b6fd647b008bc8b6147.tar guix-a570cea4c6ac82ca39c18b6fd647b008bc8b6147.tar.gz |
gnu: Remove references to a removed patch.
* gnu/packages/backup.scm (libchop)[source]: Remove the patch.
(idutils)[source]: Ditto.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 1 |
1 files changed, 0 insertions, 1 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 |