gnu: ranger: Fix description and tests.
authorEric Bavier <bavier@member.fsf.org>
Fri, 27 Apr 2018 02:08:23 +0000 (21:08 -0500)
committerEric Bavier <bavier@member.fsf.org>
Fri, 27 Apr 2018 02:08:23 +0000 (21:08 -0500)
* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with
'#:test-target'.
[description]: Remove texinfo markup.  'VI' -> 'Vi'.

gnu/packages/disk.scm

index a36273a..d7bf726 100644 (file)
@@ -522,14 +522,11 @@ Duperemove can also take input from the @command{fdupes} program.")
        ("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)))