diff options
| author | Herman Rimm <herman@rimm.ee> | 2026-03-21 14:26:22 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-04-01 22:06:13 +0200 |
| commit | 40e32085e4b7b80e29d1fc46ae28b96e321db8f2 (patch) | |
| tree | 9f530df230cf26da597703d54796d175828604fe /gnu | |
| parent | ea6acecd117b142442090b0995d83b0d7a558517 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vim.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index da9f11612c8..1badc69c800 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm | |||
| @@ -215,9 +215,8 @@ configuration files.") | |||
| 215 | (lambda _ | 215 | (lambda _ |
| 216 | (chdir "src/xxd"))) | 216 | (chdir "src/xxd"))) |
| 217 | (replace 'install | 217 | (replace 'install |
| 218 | (lambda* (#:key outputs #:allow-other-keys) | 218 | (lambda _ |
| 219 | (let ((bin (string-append (assoc-ref outputs "out") "/bin"))) | 219 | (install-file "xxd" (string-append #$output "/bin"))))))) |
| 220 | (install-file "xxd" bin))))))) | ||
| 221 | (inputs `()) | 220 | (inputs `()) |
| 222 | (native-inputs `()) | 221 | (native-inputs `()) |
| 223 | (synopsis "Hexdump utility from vim") | 222 | (synopsis "Hexdump utility from vim") |
