gnu: xxd: Remove all inherited inputs.
* gnu/packages/vim.scm (xxd)[inputs]: New field, don't inherit from vim.master
parent
aa75dadab8
commit
0ec430f795
|
@ -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.")))
|
||||
|
|
Reference in New Issue