[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: mujs: Omit static library.
From: |
guix-commits |
Subject: |
09/09: gnu: mujs: Omit static library. |
Date: |
Mon, 23 Nov 2020 16:12:31 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 94147d672ab217f21e12bb20bd958e3da66a61f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 23 22:10:37 2020 +0100
gnu: mujs: Omit static library.
* gnu/packages/javascript.scm (mujs)[arguments]: Replace the default
'install phase which would install (only) the static library.
---
gnu/packages/javascript.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index 709ca00..ac9fbfe 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -431,7 +431,7 @@ external server.")
`(#: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
- branch master updated (be4d952 -> 94147d6), guix-commits, 2020/11/23
- 07/09: gnu: mujs: Update to 1.0.9., guix-commits, 2020/11/23
- 06/09: gnu: mujs: Fetch sources from git., guix-commits, 2020/11/23
- 04/09: gnu: snd: Update to 20.9., guix-commits, 2020/11/23
- 05/09: gnu: gpodder: Update to 3.10.17., guix-commits, 2020/11/23
- 08/09: gnu: mujs: Cross-compile., guix-commits, 2020/11/23
- 09/09: gnu: mujs: Omit static library.,
guix-commits <=
- 02/09: gnu: djview: Update to 4.12., guix-commits, 2020/11/23
- 03/09: gnu: libraqm: Update to 0.7.1., guix-commits, 2020/11/23
- 01/09: gnu: mtpaint: Update to 3.49.33., guix-commits, 2020/11/23