unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: raingloom <raingloom@riseup.net>
To: 59225@debbugs.gnu.org
Cc: Csepp <raingloom@riseup.net>
Subject: [bug#59225] [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit.
Date: Sat, 12 Nov 2022 21:45:28 +0100	[thread overview]
Message-ID: <20221112204526.20027-1-raingloom@riseup.net> (raw)

From: Csepp <raingloom@riseup.net>

* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]:
  Use python-pyqt-without-webkit.
---
This makes it possible to use Jupyter on i686, where qtwebkit is currently failing to build due to running out of memory.

 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c2f9d7b73..a314591d4d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13884,8 +13884,8 @@ (define-public python-qtconsole
                (("def test_other_output") "def _test_other_output")))))))
     (propagated-inputs
      (list python-ipykernel python-ipython-genutils python-jupyter-client
-           python-jupyter-core python-pygments python-pyqt python-pyzmq
-           python-qtpy python-traitlets))
+           python-jupyter-core python-pygments python-pyqt-without-webkit
+           python-pyzmq python-qtpy python-traitlets))
     (native-inputs
      (list python-flaky python-pytest python-pytest-qt))
     (home-page "https://jupyter.org")
-- 
2.38.0





             reply	other threads:[~2022-11-12 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-12 20:45 raingloom [this message]
2022-11-15  9:17 ` bug#59225: [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit Efraim Flashner
2022-11-15 13:56   ` [bug#59225] " Csepp

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20221112204526.20027-1-raingloom@riseup.net \
    --to=raingloom@riseup.net \
    --cc=59225@debbugs.gnu.org \
    /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 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).