mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xxd: Return true from all phases.
* gnu/packages/vim.scm (xxd)[arguments]: Return '#t' from custom 'chdir phase.
This commit is contained in:
parent
15dcd292df
commit
2d4fdb707e
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ (define-public xxd
|
|||
(delete 'configure)
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _
|
||||
(chdir "src/xxd")))
|
||||
(chdir "src/xxd")
|
||||
#t))
|
||||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
|
||||
|
|
Loading…
Reference in a new issue