gnu: htop: Fix indentation.
* gnu/packages/admin.scm (htop): Reindent.
This commit is contained in:
		
							parent
							
								
									61506fe551
								
							
						
					
					
						commit
						611ee0c928
					
				
					 1 changed files with 19 additions and 19 deletions
				
			
		|  | @ -285,26 +285,26 @@ graphs and can export its output to different formats.") | ||||||
| 
 | 
 | ||||||
| (define-public htop | (define-public htop | ||||||
|   (package |   (package | ||||||
|    (name "htop") |     (name "htop") | ||||||
|    (version "2.2.0") |     (version "2.2.0") | ||||||
|    (source (origin |     (source (origin | ||||||
|             (method url-fetch) |               (method url-fetch) | ||||||
|             (uri (string-append "http://hisham.hm/htop/releases/" |               (uri (string-append "http://hisham.hm/htop/releases/" | ||||||
|                   version "/htop-" version ".tar.gz")) |                                   version "/htop-" version ".tar.gz")) | ||||||
|             (sha256 |               (sha256 | ||||||
|              (base32 |                (base32 | ||||||
|               "0mrwpb3cpn3ai7ar33m31yklj64c3pp576vh1naqff6f21pq5mnr")))) |                 "0mrwpb3cpn3ai7ar33m31yklj64c3pp576vh1naqff6f21pq5mnr")))) | ||||||
|    (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|    (inputs |     (inputs | ||||||
|     `(("ncurses" ,ncurses))) |      `(("ncurses" ,ncurses))) | ||||||
|    (native-inputs |     (native-inputs | ||||||
|     `(("python" ,python-wrapper))) ; for scripts/MakeHeader.py |      `(("python" ,python-wrapper)))     ;for scripts/MakeHeader.py | ||||||
|    (home-page "https://hisham.hm/htop/") |     (home-page "https://hisham.hm/htop/") | ||||||
|    (synopsis "Interactive process viewer") |     (synopsis "Interactive process viewer") | ||||||
|    (description |     (description | ||||||
|     "This is htop, an interactive process viewer.  It is a text-mode |      "This is htop, an interactive process viewer.  It is a text-mode | ||||||
| application (for console or X terminals) and requires ncurses.") | application (for console or X terminals) and requires ncurses.") | ||||||
|    (license license:gpl2))) |     (license license:gpl2))) | ||||||
| 
 | 
 | ||||||
| (define-public pies | (define-public pies | ||||||
|   (package |   (package | ||||||
|  |  | ||||||
		Reference in a new issue