gnu: mujs: Omit static library.
* gnu/packages/javascript.scm (mujs)[arguments]: Replace the default 'install phase which would install (only) the static library.master
parent
4a74499cd9
commit
94147d672a
|
@ -431,7 +431,7 @@ external server.")
|
||||||
`(#: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
|
||||||
|
|
Reference in New Issue