unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57421] [PATCH] gnu: emacs-next-pgtk: Don't propagate glib-networking.
@ 2022-08-26  1:04 Philip McGrath
  0 siblings, 0 replies; only message in thread
From: Philip McGrath @ 2022-08-26  1:04 UTC (permalink / raw)
  To: 57421; +Cc: Philip McGrath

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@jackhill.us>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
+;;; Copyright © 2022 Philip McGrath <philip@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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-26  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26  1:04 [bug#57421] [PATCH] gnu: emacs-next-pgtk: Don't propagate glib-networking Philip McGrath

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).