diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-14 02:06:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-14 03:42:02 -0500 |
commit | 02843215d871c501ec5515d5b2589297d8d4a923 (patch) | |
tree | 8cf34f6a72d25dcc800fa0ac19ffe36df2174d96 /gnu/local.mk | |
parent | 932c98326daa26657c970e38583f7904364cdd66 (diff) |
gnu: shepherd: 'herd status' now sorts the result.
Add a patch by Ludovic Courtès <ludo@gnu.org> from the upstream
shepherd repository to partially fix <https://bugs.gnu.org/30299>.
* gnu/packages/patches/shepherd-herd-status-sorted.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shepherd)[source]: Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 19fc361f75..d923a52aae 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1072,6 +1072,7 @@ dist_patch_DATA = \ %D%/packages/patches/sdl-libx11-1.6.patch \ %D%/packages/patches/seq24-rename-mutex.patch \ %D%/packages/patches/shepherd-close-fds.patch \ + %D%/packages/patches/shepherd-herd-status-sorted.patch \ %D%/packages/patches/shishi-fix-libgcrypt-detection.patch \ %D%/packages/patches/slim-session.patch \ %D%/packages/patches/slim-config.patch \ |