me
/
guix
Archived
1
0
Fork 0

gnu: xxd: Remove all inherited inputs.

* gnu/packages/vim.scm (xxd)[inputs]: New field, don't inherit from vim.
master
Efraim Flashner 2018-06-02 23:16:05 +03:00
parent aa75dadab8
commit 0ec430f795
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ configuration files.")
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
(install-file "xxd" bin)
#t))))))
(inputs `())
(synopsis "Hexdump utility from vim")
(description "This package provides the Hexdump utility xxd that comes
with the editor vim.")))