mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +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 _
|
(lambda _
|
||||||
(chdir "src/xxd")))
|
(chdir "src/xxd")))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda _
|
||||||
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
|
(install-file "xxd" (string-append #$output "/bin")))))))
|
||||||
(install-file "xxd" bin)))))))
|
|
||||||
(inputs `())
|
(inputs `())
|
||||||
(native-inputs `())
|
(native-inputs `())
|
||||||
(synopsis "Hexdump utility from vim")
|
(synopsis "Hexdump utility from vim")
|
||||||
|
|||||||
Reference in New Issue
Block a user