[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/30: gnu: spdlog: Use Gexps.
From: |
guix-commits |
Subject: |
10/30: gnu: spdlog: Use Gexps. |
Date: |
Tue, 19 Mar 2024 07:12:05 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit cac593fa8265f9ccd33ff92c98137ad21f73df97
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Mar 2 18:06:54 2024 +0800
gnu: spdlog: Use Gexps.
* gnu/packages/logging.scm (spdlog)[arguments]: Use Gexps.
Change-Id: I53485d8adb450f7d0bfc2a2ed8ddee51142fd9a8
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/logging.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 47e8cd39c2..afd602db42 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -26,6 +26,7 @@
(define-module (gnu packages logging)
#:use-module ((guix licenses) #:prefix license:)
+ #:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (guix utils)
#:use-module (guix download)
@@ -227,10 +228,10 @@ output in multiple windows in a terminal.")
;; TODO run benchmark. Currently not possible, as adding
;; (gnu packages benchmark) forms a dependency cycle
(arguments
- '(#:configure-flags
- (list "-DSPDLOG_BUILD_BENCH=OFF"
- "-DSPDLOG_BUILD_SHARED=ON"
- "-DSPDLOG_BUILD_TESTS=ON")))
+ (list #:configure-flags
+ #~(list "-DSPDLOG_BUILD_BENCH=OFF"
+ "-DSPDLOG_BUILD_SHARED=ON"
+ "-DSPDLOG_BUILD_TESTS=ON")))
(native-inputs (list catch2-3))
(home-page "https://github.com/gabime/spdlog")
(synopsis "Fast C++ logging library")
- branch master updated (1db82acdfc -> 83c5e7169d), guix-commits, 2024/03/19
- 01/30: gnu: dosbox-staging: Update to 0.81.0., guix-commits, 2024/03/19
- 02/30: gnu: quickjs: Fix building on riscv64-linux., guix-commits, 2024/03/19
- 05/30: gnu: Add wmenu., guix-commits, 2024/03/19
- 10/30: gnu: spdlog: Use Gexps.,
guix-commits <=
- 12/30: gnu: wtype: Fix cross-compiling., guix-commits, 2024/03/19
- 14/30: gnu: a2jmidid: Use G-expressions., guix-commits, 2024/03/19
- 20/30: gnu: gigolo: Update to 0.5.3., guix-commits, 2024/03/19
- 21/30: gnu: ristretto: Update to 0.13.2., guix-commits, 2024/03/19
- 29/30: gnu: xfce4-weather-plugin: Update to 0.11.2., guix-commits, 2024/03/19
- 04/30: gnu: quickjs: Honor the #:tests? flag., guix-commits, 2024/03/19
- 06/30: gnu: sxhkd: Use Gexps., guix-commits, 2024/03/19
- 25/30: gnu: mousepad: Update to 0.6.2., guix-commits, 2024/03/19
- 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