GNU bug report logs -
#77912
[PATCH] gnu: prusa-slicer: Fix segfault on startup
Previous Next
To reply to this bug, email your comments to 77912 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77912
; Package
guix-patches
.
(Sat, 19 Apr 2025 03:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brian Kubisiak <brian <at> kubisiak.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 19 Apr 2025 03:30:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wxwidgets.scm (prusa-wxwidgets): Inherit arguments and
inputs from wxwidgets-sans-egl.
Change-Id: If0f7df1fadba30de3e4da043cac90c3e7b7c830c
---
gnu/packages/wxwidgets.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index 7bbdafeb89c..9ff3526741d 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -305,10 +305,10 @@ (define-public prusa-wxwidgets
(sha256
(base32
"1xk6w7q4xv4cj906xa5dwam5q51mc8bszbkkz7l8d3wjmsz73rwv"))))
- (native-inputs (modify-inputs (package-native-inputs wxwidgets)
+ (native-inputs (modify-inputs (package-native-inputs wxwidgets-sans-egl)
(prepend nanosvg)))
(arguments
- (substitute-keyword-arguments (package-arguments wxwidgets)
+ (substitute-keyword-arguments (package-arguments wxwidgets-sans-egl)
((#:phases phases)
#~(modify-phases #$phases
(add-after 'unpack 'copy-nanosvg-source
base-commit: a4a7ff0319c622cd08aa7461cc88cc6608fe62cb
--
2.49.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Sun, 20 Apr 2025 13:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brian Kubisiak <brian <at> kubisiak.com>
:
bug acknowledged by developer.
(Sun, 20 Apr 2025 13:02:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77912-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 949da583dd84271b42106336dddc1996423967d9.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.