mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
4a74499cd9
commit
94147d672a
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ (define-public mujs
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; no configure script
|
(delete 'configure) ; no configure script
|
||||||
(add-after 'install 'install-shared-library
|
(replace 'install
|
||||||
(lambda* (#:key (make-flags '()) #:allow-other-keys)
|
(lambda* (#:key (make-flags '()) #:allow-other-keys)
|
||||||
(apply invoke "make" "install-shared" make-flags))))
|
(apply invoke "make" "install-shared" make-flags))))
|
||||||
#:make-flags
|
#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue