gnu: snuik: Include guile-fibers, guile-gnutls, and fix wrapper. * gnu/packages/irc.scm (snuik)[inputs]: Add guile-fibers and guile-gnutls. [arguments]: Use them in "install-script" phase. Fix snuik wrapper. Change-Id: I0dbc5d60c3dc6a683f91a4bb9dc5cbee89bba903
gnu: node-bootstrap: Remove powerpc-linux from supported-systems. * gnu/packages/node.scm (node-bootstrap)[supported-systems]: Remove powerpc-linux from the supported systems. (node-lts)[supported-systems]: Adjust accordingly. Change-Id: I66408d52cfe950d1ca4fb6f3303c82a759b050ec
gnu: ncdu: Update to 2.8. * gnu/packages/ncdu.scm (ncdu): Update to 2.8. [arguments]: Build with zig-0.14. Change-Id: I36c61bdcf7fbcafa0f8a63620cbcce56ed82a26d
gnu: ncdu-1: Update to 1.22. * gnu/packages/ncdu.scm (ncdu-1): Update to 1.22. Change-Id: I6e25cac8ee9f67ef629d38dd3e189be3d8680549
gnu: qemu-minimal: Fix building on riscv64-linux. * gnu/packages/virtualization.scm (qemu)[arguments]: Don't run the tests in parallel when building for riscv64-linux. Adjust riscv64's 'disable-some-tests phase to extend a test timeout. Change-Id: I82e2a59bb74bd2c68ccd2397601b0289f47bdbfe
gnu: emacs-dape: Update to 0.23.0. * gnu/packages/emacs-xyz.scm (emacs-dape): Update to 0.23.0. Change-Id: I0e277096780f560c1e51080f1876ebfdfe6cb6be
gnu: pari-gp: Update to 2.17.2. * gnu/packages/algebra.scm (pari-gp): Update to 2.17.2. Change-Id: I2e84a1bc0477e6db0d681e4483269d254eef10c3
gnu: g-golf-adw-1-examples: Downgrade to 0.8.0. * gnu/packages/guile-xyz.scm (g-golf-source): New procedure. (guile-g-golf, g-golf-adw-1-examples)[source]: Use it. (g-golf-adw-1-examples)[version]: Go back to 0.8.0, where adwaita-1-demo still supports our version of libadwaita. Change-Id: I469d1039e859e5dafb0d4ca05a13f6f28ac87c24
gnu: G-Golf: Fix synopsis. Suggested by David Pirotte previously, who had written in private mails that "unlike the guix synopsis declares, g-golf is not a GI binding for guile. it (obviously) implement a GI low level binding, but that only covers 10% of g-golf's code, if not less". * gnu/packages/guile-xyz.scm (guile-g-golf)[synopsis]: Use proper synopsis. Change-Id: I96357d7989362b8da3cc256cc4fa47658a5091d4
gnu: guile-g-golf: Update to 0.8.1. * gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.1. Change-Id: If4503e69bd7f58ec01b83b7332191184f4c5bd52 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
gnu: g-golf-adw-1-examples: Fix build. Environment variable GDK_PIXBUF_MODULE_FILE is no longer set since 4838b7b0e94c7636cc2639e3b53d3fe37251fca2. See <https://bugs.gnu.org/76697#10>. * gnu/packages/guile-xyz.scm (g-golf-adw-1-examples)[arguments]: Actually use GLIB-OR-GTK-BUILD-SYSTEM’s phases, which set the GDK_PIXBUF_MODULE_FILE environment variable. Change-Id: Ib2a7036833360ef265f3a6a368498cf6aabf9b08
gnu: mumi: Update to 0.8.0. * gnu/packages/mail.scm (mumi): Update to 0.8.0.
gnu: guile-email: Update to 0.4.0. * gnu/packages/guile-xyz.scm (guile-email): Update to 0.4.0.
gnu: cairo: Fix regression writing PDFs with fonts via graft. Fix out of memory errors when writing PDFs with fonts embedded in xournalpp and others. See also: https://gitlab.freedesktop.org/cairo/cairo/-/issues/870 * gnu/packages/gtk.scm (cairo)[replacement]: New field pointing to cairo-1.18.4. * gnu/packages/gtk.scm (cairo-1.18.4): Add package. Change-Id: I6efa5a3acdf39fe78e558173f896f3a6abbc5c27 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
gnu: linphone-desktop: Add qtwayland-5 to inputs. Otherwise it fails to run in an environment using QT_QPA_PLATFORM=wayland. * gnu/packages/linphone.scm (linphone-desktop) [inputs]: Add qtwayland-5. Change-Id: I0ffd033134394f2b40d5f5023475ce4f22e5fc85
gnu: librewolf: Update to 136.0.1-1. * gnu/packages/librewolf.scm (librewolf): Update to 136.0.1-1. Change-Id: Iefe3511e0b6c3b5ab0c195c424917f56fff1aef6
gnu: trealla: Update to 2.65.0. * gnu/packages/prolog.scm (trealla): Update to 2.65.0. Change-Id: I194de079c044cff9b49707a37e5c27faf046f9e1
gnu: Add wlrctl. * gnu/packages/xdisorg.scm (wlrctl): New variable. Change-Id: Ic66dfb1ffb85c9d3cc1287817c74d69403c3f4eb Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: octave: Update to 9.4.0 * gnu/packages/maths.scm (octave-cli): Update to 9.4.0 Change-Id: I9891e6f2a85b5909725f5fa5b45edaaa65594cfa Signed-off-by: Eric Bavier <bavier@posteo.net>
gnu-maintenance: Better fix for 'guix refresh --update'. The previous fix introduced in commit 8176277487 ("import: Avoid duplicate trailing '/' in computed import URL.") regressed on the handling of *file* source URIs: $ guix refresh cairo --update Starting download of /tmp/guix-file.xUKazf From https://cairographics.org/cairo-1.18.4.tar.xz... download failed "https://cairographics.org/cairo-1.18.4.tar.xz" 404 "Not Found" * guix/gnu-maintenance.scm (import-html-release): Revert commit 8176277487, instead adding a trailing slash only if it doesn't already exist. Change-Id: I6e3889f14badd8843bbf6436ad62a1594f553afe