mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: nasm: Use invoke.
* gnu/packages/assembly.scm (nasm)[arguments]: Use invoke in the 'install-info' phase.
This commit is contained in:
parent
a0b06671c6
commit
4792cc8672
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ (define-public nasm
|
|||
#t))
|
||||
(add-after 'install 'install-info
|
||||
(lambda _
|
||||
(zero? (system* "make" "install_doc")))))))
|
||||
(invoke "make" "install_doc"))))))
|
||||
(home-page "http://www.nasm.us/")
|
||||
(synopsis "80x86 and x86-64 assembler")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue