~ruther/guix-local

b4c907adb4b50418fdcf1d0d44ae2433a3570f1c — Liliana Marie Prikler 2 years ago 14ea0a7
gnu: webkitgtk: Update to 2.42.1.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.1.
[inputs]: Add libjxl.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/webkit.scm
M gnu/packages/webkit.scm => gnu/packages/webkit.scm +3 -2
@@ 127,13 127,13 @@ engine that uses Wayland for graphics output.")
(define-public webkitgtk
  (package
    (name "webkitgtk")                  ; webkit2gtk4
    (version "2.40.5")
    (version "2.42.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.webkitgtk.org/releases/"
                                  name "-" version ".tar.xz"))
              (sha256
               (base32 "0zq32rn34v7hzr53s100r77aglbi6wffp9b13bcj31k6cfi53q3x"))
               (base32 "1694dnqrjzcqh1hlpqspqz5xxvfd77af33f410ffaglxk34zlhbg"))
              (patches (search-patches
                        "webkitgtk-adjust-bubblewrap-paths.patch"))))
    (build-system cmake-build-system)


@@ 249,6 249,7 @@ engine that uses Wayland for graphics output.")
           libgcrypt
           libgudev
           libjpeg-turbo
           libjxl
           libmanette
           libnotify
           libpng