mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: xxd: Remove all inherited inputs.
* gnu/packages/vim.scm (xxd)[inputs]: New field, don't inherit from vim.
This commit is contained in:
parent
aa75dadab8
commit
0ec430f795
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ (define-public xxd
|
|||
(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.")))
|
||||
|
|
Loading…
Reference in a new issue