3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: nasm: Use invoke.

* gnu/packages/assembly.scm (nasm)[arguments]: Use invoke in
the 'install-info' phase.
This commit is contained in:
Mark H Weaver 2018-03-23 03:19:30 -04:00
parent a0b06671c6
commit 4792cc8672
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -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