guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: xxd: Remove all inherited inputs.


From: Efraim Flashner
Subject: 03/03: gnu: xxd: Remove all inherited inputs.
Date: Sat, 2 Jun 2018 16:36:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0ec430f79530ee343c175347952f91a78adca5ec
Author: Efraim Flashner <address@hidden>
Date:   Sat Jun 2 23:16:05 2018 +0300

    gnu: xxd: Remove all inherited inputs.
    
    * gnu/packages/vim.scm (xxd)[inputs]: New field, don't inherit from vim.
---
 gnu/packages/vim.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 4ce183f..76240d8 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.")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]