summary refs log tree commit diff
path: root/gnu/packages/guile-xyz.scm
AgeCommit message (Collapse)Author
2024-02-13Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-11gnu: guile-png: Update to 0.7.2.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.2. Change-Id: Ic84b1472bdfdf47db26e0954b6135054290e49b0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-05gnu: guile-yamlpp: Update to 0.3.Georgios Athanasiou
* gnu/packages/guile-xyz.scm (guile-yamlpp): Update to 0.3. Change-Id: I47e3e909cadc81219b8cb2bc32a86eccd73f7d4a Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-05gnu: guile-ics: Fix cross-compilation.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ics): Fix cross-compilation. [native-inputs]: Add "guile-3.0", "guile-lib" and "guile-smc". (guile2.2-ics)[native-inputs]: Replace them with variants for Guile 2.2. Change-Id: Ie35f8087b1db30992f63edac8d303f854139ecbf Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-05gnu: guile-ics: Update to 0.6.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.6.0. [inputs]: Remove "which". (guile2.2-ics)[inputs]: Likewise. Change-Id: I969b2dfe7f3007001930ba132821f6427a367e9e Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-03Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-30gnu: guile-hoot: Update to 0.3.0.David Thompson
* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.3.0. Change-Id: I355d4b11bdd45bf87e3d7227f259907b1e7d57bd
2024-01-26gnu: Add guile-lmdb.Artyom Bologov
* gnu/packages/guile-xyz.scm (guile-lmdb): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-24gnu: guile-fibers: Disable failing tests on aarch64.Roman Scherer
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: In ‘disable-some-tests’ phase, disable failing tests on aarch64. Change-Id: Id05b516a659f641cc7ef01efdaf6cd1f2c735800 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2024-01-22gnu: guile-goblins: Update to 0.12.0.David Thompson
* gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.12.0. Change-Id: I0768ca6118c8b16ea6e5ae235dfefa7d28f727e3
2024-01-19gnu: guile-hall: Update to 0.4.1-1.7558ba9.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1-1.7558ba9. [arguments] <modules>: Remove (ice-9 match) and (ice-9 ftw) modules. Add (guix build guile-build-system). <phases>: Use gexps. Streamline hall-wrap-binaries phase. [native-inputs]: Add guile-3.0 and gettext-minimal. [propagated-inputs]: Delete field, moving guile-config to... [inputs]: ... here. Add bash-minimal and guile-lib. Change-Id: Idef796dc3ba9ca3fa4df8114efe91af7c5cf7be0
2024-01-14Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-13gnu: Add guile-srfi-197.Tomas Volf
* gnu/packages/guile-xyz.scm (guile-srfi-197): New variable. Change-Id: Ifcdc264e6a03e88e7614d79792fbe6ca9c8e519c Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-08gnu: guile-fibers: Apply upstream patch fixing libevent timers.Ludovic Courtès
* gnu/packages/patches/guile-fibers-libevent-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile-xyz.scm (guile-fibers)[source]: Use it. Change-Id: I872ffe5b193087234d29eed399d6db518c5af4d5
2024-01-07gnu: Add guile-yamlpp.Georgios Athanasiou
* gnu/packages/guile-xyz.scm (guile-yamlpp): New variable. Change-Id: I54694eeea17e414df4d7778a2e119f3f995c20e4 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-07Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-01-05gnu: Add guile-srfi-232.Yuval Langer
* gnu/packages/guile-xyz.scm (guile-srfi-232): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Id5b3511d51a7f8f391231c2129bec96b78887880
2024-01-05gnu: Add guile-srfi-133.Yuval Langer
* gnu/packages/guile-xyz.scm (guile-srfi-133): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I9466a7def7a90aeabf40c92bd8d78608e8011021
2024-01-01Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-12-29gnu: guile-udev: Update to 0.3.0.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.3.0. [arguments]: Move check phase after install phase. Change-Id: I0cf0683e9ea3e73b9e5b44892796d79925937b4e
2023-12-20Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-12-19gnu: guile-udev: Fix dlopen error at run time.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-udev) [arguments]: Add patch-extension-path phase. Change-Id: I4620c234e8ac45dcc1c2a3ab8871b8ab9d9c35c0
2023-12-18Merge branch 'master' into wip-webkitLiliana Marie Prikler
2023-12-17gnu: guile-ares-rs: Update to 0.9.1.Andrew Tropin
* gnu/packages/guile-xyz.scm (guile-ares-rs): Update to 0.9.1.
2023-12-08gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler
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.
2023-12-05gnu: Add guile-ares-rs.Andrew Tropin
* gnu/packages/guile-xyz.scm (guile-ares-rs): New variable.
2023-12-03Merge branch 'master' into HEADLiliana Marie Prikler
Change-Id: I3f5d121162d98ef2ae61a62c4da3b0fd19d864e8
2023-11-30gnu: guile-hoot: Update to 0.2.0.David Thompson
* gnu/packages/guile-xyz.scm (guile-hoot): Update to 0.2.0. Change-Id: I3bf5f457ef2359588889962ab3bbbc2d47b4a022
2023-11-19Merge branch 'master' into gnome-teamLiliana Marie Prikler
Change-Id: I62da840b7600f2d3d8541e666d09e2f2a1b7d8c4
2023-11-04Merge branch 'master' into gnome-teamLiliana Marie Prikler
Change-Id: I88d3789460d1a89917451d80405d89a2824006ac
2023-11-03gnu: guile-netlink: Update to 1.2.1.Julien Lepiller
* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.2.1. Change-Id: I3018cf7e0b6cd460bf27b8bbe1b031cf0dafe547 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-23Merge branch 'master' into gnome-teamLiliana Marie Prikler
Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191
2023-10-23gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler
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.
2023-10-09Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-10-05gnu: guile-ini: Added missing propagated input ‘guile-lib’.Fabio Natali
Fixes <https://issues.guix.gnu.org/66315>. * gnu/packages/guile-xyz.scm (guile-ini)[propagated-inputs]: Add GUILE-LIB. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-04gnu: guile-mastodon: Update to 0.0.1-0a94ae6bEkaitz Zarraga
Message-ID: <0064c4ff9262c4906131909ae1276667033f8811.1696343806.git.ekaitz@elenq.tech> From: Ekaitz Zarraga <ekaitz@elenq.tech> Date: Tue, 3 Oct 2023 16:28:58 +0200 Subject: [PATCH] gnu: guile-mastodon: Update to 0.0.1-0a94ae6b * gnu/packages/guile-xyz.scm (guile-mastodon): Update to 0.0.1-0a94ae6b Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-09-30Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-09-25gnu: guile-fibers: Remove version from latest package.Christopher Baines
As I think this makes more sense, the version is only specified when you need a specific previous release. * gnu/packages/guile-xyz.scm (guile-fibers): Rename to guile-fibers-1.0. (guile-fibers-1.3): Rename to guile-fibers. (guile-fibers-1.1): Inherit from guile-fibers. * gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: Replace guile-fibers-1.3 with guile-fibers. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/gnunet.scm (gnunet-scheme)[propagated-inputs,native-inputs]: Likewise. * gnu/packages/package-management.scm (guix-build-coordinator) [inputs,propagated-inputs]: Likewise. * gnu/packages/package-management.scm (nar-herder)[inputs,propagated-inputs]: Likewise. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
2023-09-15Merge branch 'master' into gnome-team.Liliana Marie Prikler
2023-09-12gnu: guile-png: Update to 0.7.1Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.1. [arguments]: Update style and delete "strip" phase. [description]: Update. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-07Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-08-19Merge branch 'master' into gnome-teamLiliana Marie Prikler
2023-08-16gnu: guile-png: Update to 0.7.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-15gnu: guile-picture-language: Build with librsvg-for-system.Efraim Flashner
* gnu/packages/guile-xyz.scm (guile-picture-language)[inputs]: Replace librsvg with librsvg-for-system.
2023-08-15gnu: guile-smc: Update to 0.6.2.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-12gnu: guile-smc: Update to 0.6.1.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-08gnu: guile-dsv: Fix cross-compiling.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-dsv): Fix cross-compiling. [native-inputs]: Add "guile-3.0" and "guile-lib". (guile2.2-dsv) [native-inputs]: Replace "guile" with "guile-2.2" and "guile-lib" with "guile2.2-lib". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-08gnu: guile2.2-dsv: Fix build.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile2.2-dsv): [native-inputs]: Replace "guile-smc" with "guile2.2-smc" and add "guile2.2-lib". [inputs]: Replace "guile" with "guile-2.2" and "guile-smc" with "guile2.2-smc". [propagated-inputs]: Replace "guile-lib" with "guile2.2-lib" and "guile-smc" with "guile2.2-smc". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-08gnu: guile-smc: Fix build with Guile 2.2.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-smc): Fix build with Guile 2.2. [native-inputs]: Replace "guile" with "guile-2.2" and "guile-lib" with "guile2.2-lib". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-08gnu: guile-dsv: Update to 0.7.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.0. Improve the package style. [inputs]: Add "bash-minimal". [native-inputs]: Add "guile-smc". [description}: Update. (guile2.2-dsv) [inputs]: Add "bash-minimal". Signed-off-by: Ludovic Courtès <ludo@gnu.org>