diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-21 06:06:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-21 15:02:49 +0100 |
commit | 79f0561f43cc62dd332007cd847c0ad2870b3afc (patch) | |
tree | 21d0368d180d2c6b1bf073d8666ecb9d84c7490e /gnu/local.mk | |
parent | 6c96b5452cd72309d12f2d1a3bb4528a365635f6 (diff) | |
download | patches-79f0561f43cc62dd332007cd847c0ad2870b3afc.tar patches-79f0561f43cc62dd332007cd847c0ad2870b3afc.tar.gz |
gnu: htop: Fix tree view.
* gnu/packages/patches/htop-fix-process-tree.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (htop)[source]: Use it.
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 e61cb9f440..73939df833 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -764,6 +764,7 @@ dist_patch_DATA = \ %D%/packages/patches/heimdal-CVE-2017-11103.patch \ %D%/packages/patches/hmmer-remove-cpu-specificity.patch \ %D%/packages/patches/higan-remove-march-native-flag.patch \ + %D%/packages/patches/htop-fix-process-tree.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-fix-eth-multiplexer-dependency.patch \ %D%/packages/patches/hwloc-tests-without-sysfs.patch \ |