aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ragel.scm
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-09-18 18:48:05 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-09-18 19:18:20 +0200
commit6cf9478d01570969fd999373c37c89ca314e17fa (patch)
treea6b7f94ef8aa6592b828b42e0c95ab7414ee0afc /gnu/packages/ragel.scm
parent26ea91f7972cc76ed5ecec6a84dcb35b4a5caba9 (diff)
downloadguix-6cf9478d01570969fd999373c37c89ca314e17fa.tar.gz
guix-6cf9478d01570969fd999373c37c89ca314e17fa.zip
gnu: gnome-shell-extension-just-perfection: Update to 22.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 22.0.
Diffstat (limited to 'gnu/packages/ragel.scm')
0 files changed, 0 insertions, 0 deletions
itgtk-for-gtk3 rather than webkitgtk. Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu> Liliana Marie Prikler 2023-12-08gnu: webkitgtk-with-libsoup2: Use keyword arguments for GTK3....This fixes an error commit ee748c1df093dd63da982e2f3cd0e11c6633d3d6, where webkitgtk-with-libsoup2 would be built for GTK4 – a contradiction, as GTK4 builds require libsoup3. See also <https://bugs.gnu.org/66480#47>. * gnu/packages/webkit.scm (webkitgtk-with-libsoup2)[arguments]: Use package-arguments of webkitgtk-for-gtk3 rather than webkitgtk. Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu> Liliana Marie Prikler 2023-12-08gnu: Make webkitgtk-next the new webkitgtk....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. Liliana Marie Prikler 2023-12-08gnu: webkitgtk: Update to 2.42.1....* gnu/packages/webkit.scm (webkitgtk): Update to 2.42.1. [inputs]: Add libjxl. Liliana Marie Prikler 2023-10-14gnu: wpewebkit: Update to 2.40.5....* gnu/packages/webkit.scm (wpewebkit): Update to 2.40.5. Efraim Flashner