<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/scheme.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: Add mbedtls-3.</title>
<updated>2026-08-28T07:09:07+00:00</updated>
<author>
<name>Nguyễn Gia Phong</name>
<email>cnx@loang.net</email>
</author>
<published>2026-08-28T07:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fc0692279f94b53a60a2eb2d7b15d67861edfc35'/>
<id>fc0692279f94b53a60a2eb2d7b15d67861edfc35</id>
<content type='text'>
* gnu/packages/tls.scm (mbedtls-3): New variable.
* gnu/packages/emacs-xyz.scm (emacs-jabber)[inputs]:
  Replace mbedtls with mbedtsl-3.
* gnu/packages/emulators.scm (eden): Likewise.
* gnu/packages/scheme.scm (gauche): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/tls.scm (mbedtls-3): New variable.
* gnu/packages/emacs-xyz.scm (emacs-jabber)[inputs]:
  Replace mbedtls with mbedtsl-3.
* gnu/packages/emulators.scm (eden): Likewise.
* gnu/packages/scheme.scm (gauche): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: gerbil: Fix build.</title>
<updated>2026-08-24T23:23:49+00:00</updated>
<author>
<name>Noé Lopez</name>
<email>noelopez@free.fr</email>
</author>
<published>2026-08-16T23:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1d7211e793805679ee90e3c32b856047bc3285e5'/>
<id>1d7211e793805679ee90e3c32b856047bc3285e5</id>
<content type='text'>
The package failed to build after the update to util-linux 2.42.  Specifically
its commits bd89462910f32042dbe1882044a5c076638a89b9 and
6651ae5822610789d9ca620c4e0e65c3bd4e12af where the shell resolution in
“script” is changed to check the user’s /etc/passwd shell entry before using
the /bin/sh default.

In the build daemon, this is /noshell.  Therefore the build fails, setting the
SHELL variable lets the “script” command find a suitable shell.

* gnu/packages/scheme.scm (gerbil)[arguments]&lt;#:phases&gt;: New phase.

Change-Id: I6d5430c9384d6f74ec0942d803a2e034aa58a106
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The package failed to build after the update to util-linux 2.42.  Specifically
its commits bd89462910f32042dbe1882044a5c076638a89b9 and
6651ae5822610789d9ca620c4e0e65c3bd4e12af where the shell resolution in
“script” is changed to check the user’s /etc/passwd shell entry before using
the /bin/sh default.

In the build daemon, this is /noshell.  Therefore the build fails, setting the
SHELL variable lets the “script” command find a suitable shell.

* gnu/packages/scheme.scm (gerbil)[arguments]&lt;#:phases&gt;: New phase.

Change-Id: I6d5430c9384d6f74ec0942d803a2e034aa58a106
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: chibi-scheme: Update to 0.12.0.</title>
<updated>2026-07-30T05:25:20+00:00</updated>
<author>
<name>Spencer King</name>
<email>spencer.king@wustl.edu</email>
</author>
<published>2026-07-25T01:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=81f4bdbc444dd546c183815b5f845347b719f15a'/>
<id>81f4bdbc444dd546c183815b5f845347b719f15a</id>
<content type='text'>
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.12.0.

Merges: https://codeberg.org/guix/guix/pulls/10166
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.12.0.

Merges: https://codeberg.org/guix/guix/pulls/10166
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: kawa: Use gexps.</title>
<updated>2026-07-10T23:10:08+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-06-01T19:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7ab24dee34298e8da8ee63e56c15f95f9251a80d'/>
<id>7ab24dee34298e8da8ee63e56c15f95f9251a80d</id>
<content type='text'>
* gnu/packages/scheme.scm: (kawa): Fetch from Git repository.
[source]: Use git fetch.
&lt;snippet&gt;: Delete autogen.sh; fix AM_INIT_AUTOMAKE duplication.
[arguments]: Use gexps.
[native-inputs]: Add autoconf, automake, texinfo.

Change-Id: I0d28e7881ff0c4e658019b5db716e8ab9134aec5
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #9001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/scheme.scm: (kawa): Fetch from Git repository.
[source]: Use git fetch.
&lt;snippet&gt;: Delete autogen.sh; fix AM_INIT_AUTOMAKE duplication.
[arguments]: Use gexps.
[native-inputs]: Add autoconf, automake, texinfo.

Change-Id: I0d28e7881ff0c4e658019b5db716e8ab9134aec5
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #9001
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: kawa: Move to (gnu packages scheme).</title>
<updated>2026-07-10T23:08:23+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-05-31T23:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=db7633ebfb9c02cbcbcc7e52b519f47ef487c7f0'/>
<id>db7633ebfb9c02cbcbcc7e52b519f47ef487c7f0</id>
<content type='text'>
* gnu/packages/scheme.scm (kawa): Move to here ...
* gnu/packages/kawa.scm: ... from here.
(kawa): Define deprecated public alias.

Change-Id: Idf1aaaec0dad5850a35d9baa58ac67344b1c7831
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/scheme.scm (kawa): Move to here ...
* gnu/packages/kawa.scm: ... from here.
(kawa): Define deprecated public alias.

Change-Id: Idf1aaaec0dad5850a35d9baa58ac67344b1c7831
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: scheme.scm: Order #:use-module directives.</title>
<updated>2026-07-10T23:08:23+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-06-01T18:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=456af0e90d057bdf57bcd879cfce8e1c62801147'/>
<id>456af0e90d057bdf57bcd879cfce8e1c62801147</id>
<content type='text'>
* gnu/packages/scheme.scm: Order #:use-module directives alphabetically.

Change-Id: I987618bff9aec305f0968a0129c6b571af3bf9f8
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/scheme.scm: Order #:use-module directives alphabetically.

Change-Id: I987618bff9aec305f0968a0129c6b571af3bf9f8
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: loko-scheme: Update to 0.13.0.</title>
<updated>2026-07-04T14:48:35+00:00</updated>
<author>
<name>Zhu Zihao</name>
<email>all_but_last@163.com</email>
</author>
<published>2026-07-02T01:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7cd3f7f2a161b3b62ea2ef397cea5f01c940db77'/>
<id>7cd3f7f2a161b3b62ea2ef397cea5f01c940db77</id>
<content type='text'>
* gnu/packages/scheme.scm (loko-scheme): Update to 0.13.0.
[arguments]&lt;#:phases&gt;: In phase 'akku-fixes', drop redundant constant
'#t' at tail positioin.

Merges guix/guix!9656

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/scheme.scm (loko-scheme): Update to 0.13.0.
[arguments]&lt;#:phases&gt;: In phase 'akku-fixes', drop redundant constant
'#t' at tail positioin.

Merges guix/guix!9656

Signed-off-by: Cayetano Santos &lt;csantosb@inventati.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove deprecated (gnu packages avahi) references.</title>
<updated>2026-06-04T04:07:32+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2026-05-05T21:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c02088e4875558c053b32a991134fe4e97101d5a'/>
<id>c02088e4875558c053b32a991134fe4e97101d5a</id>
<content type='text'>
* gnu/packages/games.scm: Remove the deprecated
  (gnu packages avahi) module reference.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/audio.scm: Change (gnu packages avahi)
  to (gnu packages dns).
* gnu/packages/cups.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/distributed.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/hardware.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/kodi.scm: Likewise.
* gnu/packages/linphone.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/mpd.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/printers.scm: Likewise.
* gnu/packages/pulseaudio.scm: Likewise.
* gnu/packages/radio.scm: Likewise.
* gnu/packages/robotics.scm: Likewise.
* gnu/packages/samba.scm: Likewise.
* gnu/packages/scanner.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
* gnu/packages/synergy.scm: Likewise.
* gnu/packages/telephony.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/vnc.scm: Likewise.
* gnu/services/avahi.scm: Likewise.
* gnu/services/desktop.scm: Likewise.

Merges: https://codeberg.org/guix/guix/pulls/8572
Reviewed-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
Reviewed-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/games.scm: Remove the deprecated
  (gnu packages avahi) module reference.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/audio.scm: Change (gnu packages avahi)
  to (gnu packages dns).
* gnu/packages/cups.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/distributed.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/hardware.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/kodi.scm: Likewise.
* gnu/packages/linphone.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/mpd.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/printers.scm: Likewise.
* gnu/packages/pulseaudio.scm: Likewise.
* gnu/packages/radio.scm: Likewise.
* gnu/packages/robotics.scm: Likewise.
* gnu/packages/samba.scm: Likewise.
* gnu/packages/scanner.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
* gnu/packages/synergy.scm: Likewise.
* gnu/packages/telephony.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/vnc.scm: Likewise.
* gnu/services/avahi.scm: Likewise.
* gnu/services/desktop.scm: Likewise.

Merges: https://codeberg.org/guix/guix/pulls/8572
Reviewed-by: Maxim Cournoyer &lt;maxim@guixotic.coop&gt;
Reviewed-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove scm.</title>
<updated>2026-05-18T08:34:34+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-05-18T08:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7d51e25b3ffef8678944b1807b18166775df6d4b'/>
<id>7d51e25b3ffef8678944b1807b18166775df6d4b</id>
<content type='text'>
* gnu/packages/scheme.scm (scm): Delete variable.

Fixes: guix/guix#7958
Change-Id: Ibc599f6480fba67e1c21fe771351df6a22ba84a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/scheme.scm (scm): Delete variable.

Fixes: guix/guix#7958
Change-Id: Ibc599f6480fba67e1c21fe771351df6a22ba84a0
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add ypsilon.</title>
<updated>2026-02-27T09:50:00+00:00</updated>
<author>
<name>AwesomeAdam54321</name>
<email>adam.faiz@disroot.org</email>
</author>
<published>2025-11-01T15:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2372afa29586ac92a2e163a1136b7a77edbdc910'/>
<id>2372afa29586ac92a2e163a1136b7a77edbdc910</id>
<content type='text'>
* gnu/packages/patches/ypsilon-Use-GNU-toolchain-as-default.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Merges: https://codeberg.org/guix/guix/pulls/3994
Change-Id: I33a3ffd2ca1e5a3cd789cf9a1e50d8824a156404
Reviewed-by: Zhu Zihao &lt;all_but_last@163.com&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/patches/ypsilon-Use-GNU-toolchain-as-default.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Merges: https://codeberg.org/guix/guix/pulls/3994
Change-Id: I33a3ffd2ca1e5a3cd789cf9a1e50d8824a156404
Reviewed-by: Zhu Zihao &lt;all_but_last@163.com&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
