mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: Simplify package inputs.
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
This commit is contained in:
@@ -48,8 +48,7 @@
|
||||
(("/usr/bin/env") (which "env")))
|
||||
#t)))
|
||||
#:parallel-tests? #f))
|
||||
(native-inputs `(("perl" ,perl)
|
||||
("python-cram" ,python-cram)))
|
||||
(native-inputs (list perl python-cram))
|
||||
(synopsis "Management suite for dotfiles")
|
||||
(description "The rcm suite of tools is for managing dotfiles directories. This is
|
||||
a directory containing all the @code{.*rc} files in your home directory
|
||||
|
||||
Reference in New Issue
Block a user