diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-06-02 23:16:05 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-06-02 23:34:56 +0300 |
commit | 0ec430f79530ee343c175347952f91a78adca5ec (patch) | |
tree | f4ec164d805269ba35541d5d4dd94a6ebc22bd55 /gnu | |
parent | aa75dadab8c5a337068b40836d20c6b745d3a498 (diff) | |
download | guix-0ec430f79530ee343c175347952f91a78adca5ec.tar guix-0ec430f79530ee343c175347952f91a78adca5ec.tar.gz |
gnu: xxd: Remove all inherited inputs.
* gnu/packages/vim.scm (xxd)[inputs]: New field, don't inherit from vim.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vim.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 4ce183fc02..76240d85f1 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -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."))) |