all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: rg@raghavgururajan.name, 67466@debbugs.gnu.org,
	liliana.prikler@gmail.com
Subject: [bug#67466] [PATCH gnome-team v2] gnu: rygel: Improve style.
Date: Mon, 4 Dec 2023 18:27:05 +0100	[thread overview]
Message-ID: <4e4f8c3f7c5a97ee67d6a458fd064d3140e8d25e.1701710938.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <9fc592d15a9081b879fd87d71c4a9ce4e106aa05.1701040174.git.vivien@planete-kraus.eu>

* gnu/packages/gnome.scm (rygel) [#:configure-flags]: Use the 'list' syntax
istead of 'quote'.

Change-Id: I173b5872ebfa82855055145923cd2f1a1b4d68d1
---
Hi,

The patch was already applied, so I make a new commit.

I am sorry for the X-Debbugs-CC error on my side, I understand why it is
useful and I will systematically use it in the future for new submissions.

Best regards,

Vivien

 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c6437ce450..2bb0587d5f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1697,7 +1697,7 @@ (define-public rygel
     (arguments
      ;; Disable the tracker plugin.
      (list #:configure-flags
-           #~'("-Dplugins=external,gst-launch,lms,media-export,
+           #~(list "-Dplugins=external,gst-launch,lms,media-export,
 mpris,playbin,ruih,tracker3")))
     (native-inputs
      (list gettext-minimal

base-commit: 4c323c2f8308bba0e3295f3109d159c7b8f72838
-- 
2.41.0




  parent reply	other threads:[~2023-12-04 17:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-26 16:58 [bug#67466] [PATCH gnome-team] gnu: rygel: Update to 0.42.4 Vivien Kraus via Guix-patches via
2023-12-03 23:56 ` Maxim Cournoyer
2023-12-04 17:27 ` Vivien Kraus via Guix-patches via [this message]
2023-12-04 23:05   ` [bug#67466] [PATCH gnome-team v2] gnu: rygel: Improve style Maxim Cournoyer
2023-12-19 23:16 ` bug#67466: Closing! Vivien Kraus 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

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

  git send-email \
    --in-reply-to=4e4f8c3f7c5a97ee67d6a458fd064d3140e8d25e.1701710938.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=67466@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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 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.