[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/30: gnu: quickjs: Use G-expressions.
From: |
guix-commits |
Subject: |
03/30: gnu: quickjs: Use G-expressions. |
Date: |
Tue, 19 Mar 2024 07:12:01 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit efad468f6d51133c967205c8b9fb8e52a8bfd05e
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Mon Jul 17 12:10:56 2023 +0800
gnu: quickjs: Use G-expressions.
* gnu/packages/javascript.scm (quickjs)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: Ib6b47266a7faf020831653ce205b442f3af35de2
---
gnu/packages/javascript.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index 3ec1e5c5a5..a1c0d9ad01 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -836,16 +836,15 @@ roots, or wrestle with obscure build systems.")
"06pywwpmfwjz225h59wf90q96a2fd66qfcw5xa6m6y9k9k7glnx4"))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags
- (list "prefix="
- (string-append "DESTDIR=" %output)
- ,@(if (target-riscv64?) '("LDFLAGS=-latomic") '()))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (replace 'check
- (lambda _
- (invoke "make" "microbench"))))))
+ (list #:make-flags
+ #~(list "prefix="
+ (string-append "DESTDIR=" #$output)
+ #$@(if (target-riscv64?) '("LDFLAGS=-latomic") '()))
+ #:phases #~(modify-phases %standard-phases
+ (delete 'configure)
+ (replace 'check
+ (lambda _
+ (invoke "make" "microbench"))))))
(home-page "https://bellard.org/quickjs/")
(synopsis "Small embeddable Javascript engine")
(description "QuickJS supports the ES2020 specification including modules,
- 19/30: gnu: thunar-media-tags-plugin: Update to 0.4.0., (continued)
- 19/30: gnu: thunar-media-tags-plugin: Update to 0.4.0., guix-commits, 2024/03/19
- 22/30: gnu: xfce4-dict: Update to 0.8.6., guix-commits, 2024/03/19
- 08/30: gnu: bspwm: Use Gexps., guix-commits, 2024/03/19
- 11/30: gnu: spdlog: Fix cross-compilation., guix-commits, 2024/03/19
- 15/30: gnu: a2jmidid: Fix build for riscv64-linux., guix-commits, 2024/03/19
- 17/30: gnu: xfce4-pulseaudio-plugin: Update to 0.4.8., guix-commits, 2024/03/19
- 18/30: gnu: thunar-archive-plugin: Update to 0.5.2., guix-commits, 2024/03/19
- 24/30: gnu: xfce4-notifyd: Update to 0.9.4., guix-commits, 2024/03/19
- 27/30: gnu: xfce4-screensaver: Update to 4.18.3., guix-commits, 2024/03/19
- 28/30: gnu: xfce4-genmon-plugin: Update to 4.2.0., guix-commits, 2024/03/19
- 03/30: gnu: quickjs: Use G-expressions.,
guix-commits <=
- 07/30: gnu: sxhkd: Remove asciidoc from inputs., guix-commits, 2024/03/19
- 09/30: gnu: bspwm: Fix cross-compilation., guix-commits, 2024/03/19
- 13/30: services: sddm: Add extension for localed-service-type., guix-commits, 2024/03/19
- 16/30: gnu: xfce4-clipman-plugin: Update to 1.6.6., guix-commits, 2024/03/19
- 23/30: gnu: xfce4-taskmanager: Update to 1.5.7., guix-commits, 2024/03/19
- 30/30: gnu: xfce4-cpugraph-plugin: Update to 1.2.10., guix-commits, 2024/03/19
- 26/30: gnu: xfce4-screenshooter: Update to 1.10.5., guix-commits, 2024/03/19