unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 69505@debbugs.gnu.org
Subject: [bug#69505] [PATCH 1/2] gnu: spdlog: Use Gexps.
Date: Sat,  2 Mar 2024 18:06:54 +0800	[thread overview]
Message-ID: <b3a0bfe8b9e725b7c4afba454d523a3f71f8d63b.1709372058.git.zhengjunjie@iscas.ac.cn> (raw)
In-Reply-To: <cover.1709372058.git.zhengjunjie@iscas.ac.cn>

* gnu/packages/logging.scm (spdlog)[arguments]: Use Gexps.

Change-Id: I53485d8adb450f7d0bfc2a2ed8ddee51142fd9a8
---
 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 @@ (define-public spdlog
     ;; 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")
-- 
2.41.0





  reply	other threads:[~2024-03-02 10:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02  9:35 [bug#69505] [PATCH 0/2] gnu: spdlog: Fix cross-compilation Zheng Junjie
2024-03-02 10:06 ` Zheng Junjie [this message]
2024-03-02 10:06 ` [bug#69505] [PATCH 2/2] " Zheng Junjie via Guix-patches
2024-03-19 11:19 ` bug#69505: [PATCH 0/2] " 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3a0bfe8b9e725b7c4afba454d523a3f71f8d63b.1709372058.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=69505@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).