From 3b03873476445936bd5035185410f9041c026b9c Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Mon, 11 Dec 2023 17:05:03 +0200 Subject: gnu: nyxt: Update to 3.10.0. * gnu/packages/web-browsers.scm (nyxt): Update to 3.10.0. [source]: Remove snippet. [inputs]: Remove sbcl-nasdf. Signed-off-by: Guillaume Le Vaillant Change-Id: Id131d7168133eb8a31214819c7605d876a1b38f3 --- gnu/packages/web-browsers.scm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'gnu/packages/web-browsers.scm') diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 553d003631..ec70e47841 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -587,7 +587,7 @@ driven and does not detract you from your daily work.") (define-public nyxt (package (name "nyxt") - (version "3.9.2") + (version "3.10.0") (source (origin (method git-fetch) @@ -596,13 +596,8 @@ driven and does not detract you from your daily work.") (commit version))) (sha256 (base32 - "1v85jn46d9vacjig6n9z797fch88fw6vzwbfdzlqdkm86vvm8dwn")) - (file-name (git-file-name "nyxt" version)) - (modules '((guix build utils))) - (snippet - `(begin - (delete-file-recursively "libraries/nasdf") - #t)))) + "1rz2082kk3fdvszqmi3fgndrq205vbxl3i0x4qyli0jy3lpvjin8")) + (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments `(#:make-flags (list "nyxt" "NYXT_SUBMODULES=false" @@ -679,7 +674,6 @@ driven and does not detract you from your daily work.") sbcl-montezuma sbcl-moptilities sbcl-named-readtables - sbcl-nasdf sbcl-nclasses sbcl-ndebug sbcl-nfiles -- cgit v1.2.3 From f3da903b0169edc19e07be5a91c80488332abe09 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 12 Oct 2023 08:25:26 +0200 Subject: gnu: Make webkitgtk-next the new webkitgtk. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise. --- gnu/packages/web-browsers.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/web-browsers.scm') diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 553d003631..5543ecab4d 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -712,7 +712,7 @@ driven and does not detract you from your daily work.") gsettings-desktop-schemas cl-gobject-introspection gtk+ ; For the main loop - webkitgtk ; Required when we use its typelib + webkitgtk-for-gtk3 ; Required when we use its typelib gobject-introspection pkg-config)) (synopsis "Extensible web-browser in Common Lisp") -- cgit v1.2.3