gnu: mujs: Omit static library.

* gnu/packages/javascript.scm (mujs)[arguments]: Replace the default
'install phase which would install (only) the static library.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-23 22:10:37 +01:00
parent 4a74499cd9
commit 94147d672a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -431,7 +431,7 @@ (define-public mujs
`(#:phases
(modify-phases %standard-phases
(delete 'configure) ; no configure script
(add-after 'install 'install-shared-library
(replace 'install
(lambda* (#:key (make-flags '()) #:allow-other-keys)
(apply invoke "make" "install-shared" make-flags))))
#:make-flags