Archived
1
0
Fork 0

gnu: htop: Fix indentation.

* gnu/packages/admin.scm (htop): Reindent.
This commit is contained in:
Marius Bakke 2019-02-15 14:40:03 +01:00
parent 61506fe551
commit 611ee0c928
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -298,7 +298,7 @@ graphs and can export its output to different formats.")
(inputs
`(("ncurses" ,ncurses)))
(native-inputs
`(("python" ,python-wrapper))) ; for scripts/MakeHeader.py
`(("python" ,python-wrapper))) ;for scripts/MakeHeader.py
(home-page "https://hisham.hm/htop/")
(synopsis "Interactive process viewer")
(description