guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: prusa-slicer: Fix segfault on startup.


From: guix-commits
Subject: branch master updated: gnu: prusa-slicer: Fix segfault on startup.
Date: Mon, 02 Jan 2023 10:17:32 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7efcf36e3b gnu: prusa-slicer: Fix segfault on startup.
7efcf36e3b is described below

commit 7efcf36e3b753a1dba6f8208f3c22d151007eaf0
Author: Brian Kubisiak <brian@kubisiak.com>
AuthorDate: Sun Jan 1 10:50:19 2023 -0800

    gnu: prusa-slicer: Fix segfault on startup.
    
    * gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from
      wxwidgets to wxwidgets-3.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 @@ visualization, matrix manipulation.")
            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.)")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]