void-packages/srcpkgs/nyxt/patches/001-libfixposix.patch
Đoàn Trần Công Danh f9fd85e4f7 nyxt: fix musl runtime
While we're at it, load versioned libgi-repository.

Fix: #35877
Fix: #36243
Close: #36251
2022-03-21 17:06:00 +07:00

14 lines
626 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
===================================================================
--- nyxt-2.2.4.orig/_build/iolib/src/syscalls/ffi-functions-unix.lisp
+++ nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
@@ -11,7 +11,8 @@
;; FIXME: move this into an ASDF operation
(eval-when (:compile-toplevel :load-toplevel :execute)
(define-foreign-library
- (libfixposix :canary "lfp_buildinfo")
+ (libfixposix :canary "lfp_buildinfo_not_exist")
+ (:unix "libfixposix.so.3")
(t (:default "libfixposix")))
(load-foreign-library 'libfixposix))