all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 53250@debbugs.gnu.org
Cc: Nicholas von Klitzing <nicholas@nvk.pm>, jonathan.brielmaier@web.de
Subject: bug#53250: [PATCH] gnu: icedove: Stop per-install profile generation.
Date: Wed, 19 Jan 2022 21:29:28 +0100	[thread overview]
Message-ID: <20220119202928.29726-1-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <UshpRMynqqGYksf3DB_EDMyfDmE2zP4VU5FKrNzv8-ADlAffhoAh57_jlOmUyx4J_iY6fM9zWhlEdTzIiowFXnlRip8_J_yl8GsRAZB5vD8=@nvk.pm>

From: Nicholas von Klitzing <nicholas@nvk.pm>

Fixes https://issues.guix.gnu.org/53250

* gnu/packages/gnuzilla.scm (icedove)[arguments]: Disable MOZ_NORMANDY.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
---
 gnu/packages/gnuzilla.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index a9b5ed9fe9..929e43d71d 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1372,7 +1372,9 @@ (define-public icedove
            (lambda _
              (substitute* "comm/mail/moz.configure"
                (("MOZ_DEDICATED_PROFILES, True")
-                "MOZ_DEDICATED_PROFILES, False"))
+                 "MOZ_DEDICATED_PROFILES, False")
+               (("MOZ_NORMANDY, True")
+                "MOZ_NORMANDY, False"))
              #t))
          (add-after 'prepare-thunderbird-sources 'rename-to-icedove
            (lambda _
--
2.34.0





  parent reply	other threads:[~2022-01-19 20:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14 11:47 bug#53250: icedove clears user data on upgrade Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-14 12:02 ` bug#53250: icedove clears data Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-14 14:52   ` Maxime Devos
2022-01-17  9:44     ` Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-17  9:50       ` Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-17 10:36       ` Maxime Devos
2022-01-14 15:25   ` bug#53250: icedove clears user data on upgrade Ludovic Courtès
2022-01-17 20:49 ` Jonathan Brielmaier
2022-01-19 20:29 ` Jonathan Brielmaier [this message]
2022-01-19 20:33 ` Jonathan Brielmaier
2022-01-19 22:40 ` bug#53250: (No Subject) Nicholas von Klitzing via Bug reports for GNU Guix
2023-02-20 18:46   ` bug#53250: icedove clears user data on upgrade Maxim Cournoyer

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=20220119202928.29726-1-jonathan.brielmaier@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=53250@debbugs.gnu.org \
    --cc=nicholas@nvk.pm \
    /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.