[PATCH gnome-team] gnu: dbus-verbose: Update style.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
657e8e72798f7865f95a3d73cd5a656f509f982a.1700762121.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (17 lines)
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
Liliana Marie Prikler wrote 1 years ago
f936a4508dc0d3ed24d00e9ea748d204b6c2e2b2.camel@gmail.com
Am Donnerstag, dem 23.11.2023 um 18:43 +0100 schrieb Vivien Kraus:
Toggle quote (5 lines)
> * gnu/packages/glib.scm (dbus-verbose) [arguments]: Convert to list
> of G-Expressions.
>
> Change-Id: I5880029cb3b53f617b2a1622a4f547a1ad16c564
> ---
Pushed.

Thanks
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67407@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67407
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help