unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59225] [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit.
@ 2022-11-12 20:45 raingloom
  2022-11-15  9:17 ` bug#59225: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: raingloom @ 2022-11-12 20:45 UTC (permalink / raw)
  To: 59225; +Cc: Csepp

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#59225: [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit.
  2022-11-12 20:45 [bug#59225] [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit raingloom
@ 2022-11-15  9:17 ` Efraim Flashner
  2022-11-15 13:56   ` [bug#59225] " Csepp
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2022-11-15  9:17 UTC (permalink / raw)
  To: raingloom; +Cc: 59225-done

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

I changed python-pyqt-without-webkit to python-pyqt-without-qtwebkit and
pushed the patch. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#59225] [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit.
  2022-11-15  9:17 ` bug#59225: " Efraim Flashner
@ 2022-11-15 13:56   ` Csepp
  0 siblings, 0 replies; 3+ messages in thread
From: Csepp @ 2022-11-15 13:56 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 59225-done, raingloom


Efraim Flashner <efraim@flashner.co.il> writes:

> [[PGP Signed Part:Undecided]]
> I changed python-pyqt-without-webkit to python-pyqt-without-qtwebkit and
> pushed the patch. Thanks!

Thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-15 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12 20:45 [bug#59225] [PATCH] gnu: Modify python-qtconsole use python-pyqt-without-webkit raingloom
2022-11-15  9:17 ` bug#59225: " Efraim Flashner
2022-11-15 13:56   ` [bug#59225] " Csepp

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).