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/packages/admin.scm | |
parent | 6c96b5452cd72309d12f2d1a3bb4528a365635f6 (diff) | |
download | guix-79f0561f43cc62dd332007cd847c0ad2870b3afc.tar guix-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/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 6121402048..cf9524eb5f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -269,7 +269,8 @@ graphs and can export its output to different formats.") version "/htop-" version ".tar.gz")) (sha256 (base32 - "0j07z0xm2gj1vzvbgh4323k4db9mr7drd7gw95mmpqi61ncvwq1j")))) + "0j07z0xm2gj1vzvbgh4323k4db9mr7drd7gw95mmpqi61ncvwq1j")) + (patches (search-patches "htop-fix-process-tree.patch")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses))) |