mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ranger: Fix description and tests.
* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with '#:test-target'. [description]: Remove texinfo markup. 'VI' -> 'Vi'.
This commit is contained in:
parent
834b0b9a5c
commit
adfc742c42
1 changed files with 5 additions and 8 deletions
|
@ -522,14 +522,11 @@ (define-public ranger
|
|||
("python-pylint" ,python-pylint)
|
||||
("python-flake8" ,python-flake8)
|
||||
("which" ,which)))
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _ (invoke "make" "test"))))))
|
||||
(arguments '(#:test-target "test"))
|
||||
(home-page "https://ranger.github.io/")
|
||||
(synopsis "Console file manager")
|
||||
(description "@code{ranger} is a console file manager with VI key
|
||||
bindings. It provides a minimalistic and nice curses interface with a view on
|
||||
the directory hierarchy. It ships with @code{rifle}, a file launcher that is
|
||||
good at automatically finding out which program to use for what file type.")
|
||||
(description "ranger is a console file manager with Vi key bindings. It
|
||||
provides a minimalistic and nice curses interface with a view on the directory
|
||||
hierarchy. It ships with @code{rifle}, a file launcher that is good at
|
||||
automatically finding out which program to use for what file type.")
|
||||
(license license:gpl3)))
|
||||
|
|
Loading…
Reference in a new issue