gnu: ranger: Fix description and tests.

* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with
'#:test-target'.
[description]: Remove texinfo markup.  'VI' -> 'Vi'.
master
Eric Bavier 2018-04-26 21:08:23 -05:00
parent 834b0b9a5c
commit adfc742c42
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 5 additions and 8 deletions

View File

@ -522,14 +522,11 @@ Duperemove can also take input from the @command{fdupes} program.")
("python-pylint" ,python-pylint) ("python-pylint" ,python-pylint)
("python-flake8" ,python-flake8) ("python-flake8" ,python-flake8)
("which" ,which))) ("which" ,which)))
(arguments (arguments '(#:test-target "test"))
'(#:phases (modify-phases %standard-phases
(replace 'check
(lambda _ (invoke "make" "test"))))))
(home-page "https://ranger.github.io/") (home-page "https://ranger.github.io/")
(synopsis "Console file manager") (synopsis "Console file manager")
(description "@code{ranger} is a console file manager with VI key (description "ranger is a console file manager with Vi key bindings. It
bindings. It provides a minimalistic and nice curses interface with a view on provides a minimalistic and nice curses interface with a view on the directory
the directory hierarchy. It ships with @code{rifle}, a file launcher that is hierarchy. It ships with @code{rifle}, a file launcher that is good at
good at automatically finding out which program to use for what file type.") automatically finding out which program to use for what file type.")
(license license:gpl3))) (license license:gpl3)))