diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-27 22:27:22 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-10-27 23:34:46 -0400 |
commit | 3511ad28575cac04b3f2e7dae00042690192cbd2 (patch) | |
tree | 19613aed6ae0ec7b995f06b76c78de22c4b9671f /gnu/packages/admin.scm | |
parent | ff097b450bbf533d29d8aedcf1352dcc750a4007 (diff) | |
download | guix-3511ad28575cac04b3f2e7dae00042690192cbd2.tar.gz |
gnu: rottlog: Apply patch adding a Texinfo direntry.
Relates to <https://issues.guix.gnu.org/58821>. * gnu/packages/patches/rottlog-direntry.patch: Add patch. * gnu/packages/admin.scm (rottlog): Apply it. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index b2847ef45d..63dc6930f1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1823,6 +1823,7 @@ at once based on a Perl regular expression.") (base32 "0751mb9l2f0jrk3vj6q8ilanifd121dliwk0c34g8k0dlzsv3kd7")) (modules '((guix build utils))) + (patches (search-patches "rottlog-direntry.patch")) (snippet '(begin ;; Delete outdated Autotools build system files. |