GNU bug report logs - #57421
[PATCH] gnu: emacs-next-pgtk: Don't propagate glib-networking.

Previous Next

Package: guix-patches;

Reported by: Philip McGrath <philip <at> philipmcgrath.com>

Date: Fri, 26 Aug 2022 01:05:01 UTC

Severity: normal

Tags: patch, wontfix

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57421 in the body.
You can then email your comments to 57421 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to philip <at> philipmcgrath.com, guix-patches <at> gnu.org:
bug#57421; Package guix-patches. (Fri, 26 Aug 2022 01:05:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Philip McGrath <philip <at> philipmcgrath.com>:
New bug report received and forwarded. Copy sent to philip <at> philipmcgrath.com, guix-patches <at> gnu.org. (Fri, 26 Aug 2022 01:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Philip McGrath <philip <at> philipmcgrath.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-next-pgtk: Don't propagate glib-networking.
Date: Thu, 25 Aug 2022 21:04:26 -0400
Propagation isn't necessary because existing wrapper scripts set
GIO_EXTRA_MODULES appropriately, and propagating it breaks programs on
foreign distributions that use incompatible GIO versions: see
<https://lists.gnu.org/archive/html/help-guix/2022-08/msg00091.html>.

* gnu/packages/emacs.scm (emacs-next-pgtk)[propagated-inputs]: Move
'glib-networking' to ...
[inputs]: This field.
---
 gnu/packages/emacs.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ffd1eda08e..0896679ee6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020 Jack Hill <jackhill <at> jackhill.us>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith <at> outlook.com>
 ;;; Copyright © 2022 Zhu Zihao <all_but_last <at> 163.com>
+;;; Copyright © 2022 Philip McGrath <philip <at> philipmcgrath.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -358,10 +359,11 @@ (define-public emacs-next-pgtk
        ((#:configure-flags flags #~'())
         #~(cons* "--with-pgtk" "--with-xwidgets" #$flags))))
     (propagated-inputs
-     (list gsettings-desktop-schemas glib-networking))
+     (list gsettings-desktop-schemas))
     (inputs
      (modify-inputs (package-inputs emacs-next)
-       (prepend webkitgtk-with-libsoup2)))
+       (prepend webkitgtk-with-libsoup2
+                glib-networking)))
     (home-page "https://github.com/masm11/emacs")
     (synopsis "Emacs text editor with @code{pgtk} and @code{xwidgets} support")
     (description "This Emacs build implements graphical UI purely in terms of

base-commit: 26ff8a4b733c06b4f38aa1fb1ec6705bf30eae4a
-- 
2.32.0





Added tag(s) wontfix. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 22 Dec 2023 16:18:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 57421 <at> debbugs.gnu.org and Philip McGrath <philip <at> philipmcgrath.com> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 22 Dec 2023 16:18:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 20 Jan 2024 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 96 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.