void-packages/srcpkgs/nyxt/patches/002-webkit2gtk.patch
oliverwiegers 89678377e0 nyxt: update to 3.2.0
- Updated 002-webkit2gtk.init.lisp patch. The patch itself is the same,
  but the structure of the source file to be patched changed.
- Included "pkg-config" into hostmakedepends.
2023-06-22 21:01:37 +02:00

14 lines
570 B
Diff

--- a/_build/cl-webkit/webkit2/webkit2.init.lisp 2023-06-19 18:14:54.899937994 +0200
+++ b/_build/cl-webkit/webkit2/webkit2.init.lisp 2023-06-19 18:15:45.707030674 +0200
@@ -19,9 +19,9 @@
"libwebkit2gtk-4.0.dylib"))
(:unix (:or
"libwebkit2gtk-4.1.so"
- "libwebkit2gtk-4.0.so"
;; Fedora only has this one?
- "libwebkit2gtk-4.0.so.37")))
+ "libwebkit2gtk-4.0.so.37"
+ "libwebkit2gtk-4.0.so")))
(use-foreign-library libwebkit2))
(defcfun "webkit_get_major_version" :int)