all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67407] [PATCH gnome-team] gnu: dbus-verbose: Update style.
@ 2023-11-23 17:43 Vivien Kraus via Guix-patches via
  2023-12-04 19:48 ` bug#67407: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 17:43 UTC (permalink / raw)
  To: 67407; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/glib.scm (dbus-verbose) [arguments]: Convert to list of
G-Expressions.

Change-Id: I5880029cb3b53f617b2a1622a4f547a1ad16c564
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index b01b948fc6..7b8cc3286d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -217,7 +217,7 @@ (define-public dbus-verbose
     (name "dbus-verbose")
     (arguments (substitute-keyword-arguments (package-arguments dbus)
                  ((#:configure-flags flags '())
-                  `(cons "--enable-verbose-mode" ,flags))))
+                  #~(cons "--enable-verbose-mode" #$flags))))
     (synopsis "D-Bus with verbose mode enabled for debugging")
     (description "This variant D-Bus package is built with verbose mode, which
 eases debugging of D-Bus services by printing various debug information when

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67407: [PATCH gnome-team] gnu: dbus-verbose: Update style.
  2023-11-23 17:43 [bug#67407] [PATCH gnome-team] gnu: dbus-verbose: Update style Vivien Kraus via Guix-patches via
@ 2023-12-04 19:48 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-12-04 19:48 UTC (permalink / raw)
  To: Vivien Kraus, 67407-done; +Cc: rg, maxim.cournoyer

Am Donnerstag, dem 23.11.2023 um 18:43 +0100 schrieb Vivien Kraus:
> * gnu/packages/glib.scm (dbus-verbose) [arguments]: Convert to list
> of G-Expressions.
> 
> Change-Id: I5880029cb3b53f617b2a1622a4f547a1ad16c564
> ---
Pushed.

Thanks




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-04 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 17:43 [bug#67407] [PATCH gnome-team] gnu: dbus-verbose: Update style Vivien Kraus via Guix-patches via
2023-12-04 19:48 ` bug#67407: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.