mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: xxd: Refactor arguments.
* gnu/packages/vim.scm (xxd)[arguments]: Use output G-expression. Change-Id: Ic0cc29c65f89b5d0f06f023b47a1eeec4682b0b7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
ea6acecd11
commit
40e32085e4
@@ -215,9 +215,8 @@ configuration files.")
|
||||
(lambda _
|
||||
(chdir "src/xxd")))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
|
||||
(install-file "xxd" bin)))))))
|
||||
(lambda _
|
||||
(install-file "xxd" (string-append #$output "/bin")))))))
|
||||
(inputs `())
|
||||
(native-inputs `())
|
||||
(synopsis "Hexdump utility from vim")
|
||||
|
||||
Reference in New Issue
Block a user