ports/www/nyxt/files/patch-source_start.lisp
Nuno Teixeira 904a1e9137 www/nyxt: New port: Keyboard-driven web browser which uses WebKitGTK backend
Nyxt is a keyboard-driven web browser designed for hackers. Inspired by Emacs
and Vim, it has familiar keybindings (Emacs, vi, CUA), and is infinitely
extensible in Lisp.

WWW:		https://nyxt.atlas.engineer/
Co-authored by:	shamaz.mazum[at]gmail[dot]com
PR:		284258
2025-02-01 15:35:53 +00:00

10 lines
451 B
Common Lisp

--- source/start.lisp.orig 2025-01-16 09:15:11 UTC
+++ source/start.lisp
@@ -434,6 +434,7 @@ - Start the browser with increased verbosity, a differ
(asdf:load-system :nyxt/gi-gtk)
(nyxt:ffi-initialize nyxt:*browser* '() (time:now)))
"))
+ (sb-int:set-floating-point-modes :traps nil)
(pushnew 'nyxt-source-registry asdf:*default-source-registries*)
(asdf:clear-configuration)
(let ((source-directory (files:expand *source-directory*)))