unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60476] [PATCH] gnu: prusa-slicer: Fix segfault on startup.
@ 2023-01-01 18:50 Brian Kubisiak
  2023-01-02 15:17 ` bug#60476: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Kubisiak @ 2023-01-01 18:50 UTC (permalink / raw)
  To: 60476

* gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from
WXWIDGETS to WXWIDGETS-3.0.
---
 gnu/packages/engineering.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b995366978..ac6f18d879 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3363,7 +3363,9 @@ (define-public prusa-slicer
            pango
            tbb
            eudev
-           wxwidgets
+           ;; prusa-slicer 2.5 segfaults on startup with wxwidgets 3.2
+           ;; See https://github.com/prusa3d/PrusaSlicer/issues/8299
+           wxwidgets-3.0
            zlib))
     (home-page "https://www.prusa3d.com/prusaslicer/")
     (synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
-- 
2.38.1






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

* bug#60476: [PATCH] gnu: prusa-slicer: Fix segfault on startup.
  2023-01-01 18:50 [bug#60476] [PATCH] gnu: prusa-slicer: Fix segfault on startup Brian Kubisiak
@ 2023-01-02 15:17 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-01-02 15:17 UTC (permalink / raw)
  To: Brian Kubisiak; +Cc: 60476-done

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

Patch pushed as 7efcf36e3b753a1dba6f8208f3c22d151007eaf0.
Thanks.

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

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

end of thread, other threads:[~2023-01-02 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-01 18:50 [bug#60476] [PATCH] gnu: prusa-slicer: Fix segfault on startup Brian Kubisiak
2023-01-02 15:17 ` bug#60476: " Guillaume Le Vaillant

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