aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2018-04-26 21:08:23 -0500
committerEric Bavier <bavier@member.fsf.org>2018-04-26 21:08:23 -0500
commitadfc742c420f34ecf925ea00d49204f9863bce33 (patch)
treee7e6d9acea4efd0ec2e5589598648075ddf32a20 /gnu/packages/disk.scm
parent834b0b9a5ca7ebd2cd3c1b2fe8dcb99e5e2f0841 (diff)
downloadguix-adfc742c420f34ecf925ea00d49204f9863bce33.tar
guix-adfc742c420f34ecf925ea00d49204f9863bce33.tar.gz
gnu: ranger: Fix description and tests.
* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with '#:test-target'. [description]: Remove texinfo markup. 'VI' -> 'Vi'.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm13
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index a36273a01f..d7bf726830 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -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)))