mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: nasm: Use invoke.
* gnu/packages/assembly.scm (nasm)[arguments]: Use invoke in the 'install-info' phase.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user