diff --git a/gnu/local.mk b/gnu/local.mk index fcd9024ce3..fc2662e479 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -177,6 +177,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/chromium.scm \ %D%/packages/ci.scm \ %D%/packages/cinnamon.scm \ + %D%/packages/clifm.scm \ %D%/packages/clojure.scm \ %D%/packages/cluster.scm \ %D%/packages/cmake.scm \ diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm index 091a9298a9..92d14f1072 100644 --- a/gnu/packages/clifm.scm +++ b/gnu/packages/clifm.scm @@ -52,7 +52,11 @@ (define-public clifm (delete 'check)))) (inputs (list readline acl libcap)) (home-page "https://github.com/leo-arch/clifm") - (synopsis "Command line file manager") - (description "Shell-like, text-based terminal file -manager that sits on the command line.") - (license license:gpl2))) + (synopsis "Command-line file manager") + (description "Clifm a shell-like, text-based terminal file manager that +sits on the command line. + +It is built with command line principles in mind: instead of navigating +through a big menu of files, it lets you type, exactly as you do in your +regular shell, but easier and faster.") + (license license:gpl2+)))