<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch add-tests-for-guix-shell-container</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>scripts/environment: Do not attempt to map GID 0.</title>
<updated>2025-12-09T06:55:14+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2025-12-09T06:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c5b76579e86a0813e48aca79369c10a1243fb066'/>
<id>c5b76579e86a0813e48aca79369c10a1243fb066</id>
<content type='text'>
* guix/scripts/environment.scm (launch-environment/container): Do not attempt
to map GID 0.

Fixes: #4234
Change-Id: If196430de5f09932e5dd736a55b75bbcda8cd7be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/scripts/environment.scm (launch-environment/container): Do not attempt
to map GID 0.

Fixes: #4234
Change-Id: If196430de5f09932e5dd736a55b75bbcda8cd7be
</pre>
</div>
</content>
</entry>
<entry>
<title>shell: Create cached profile directory once connected to the daemon.</title>
<updated>2025-12-09T06:45:34+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-11-14T02:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=99b0b7aa1f36f6ede4de495ff3db7e2b87ec8db1'/>
<id>99b0b7aa1f36f6ede4de495ff3db7e2b87ec8db1</id>
<content type='text'>
* gnu/tests/base.scm (guix-daemon-test-cases)
&lt;"containerized guix shell"&gt;
&lt;"containerized guix shell, unprivileged user"&gt;: New tests.

Relates-to: guix/guix#126
Change-Id: I782461c80c254467108c6b8d676d269866795746
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/tests/base.scm (guix-daemon-test-cases)
&lt;"containerized guix shell"&gt;
&lt;"containerized guix shell, unprivileged user"&gt;: New tests.

Relates-to: guix/guix#126
Change-Id: I782461c80c254467108c6b8d676d269866795746
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: fava: Update to 1.30.7.</title>
<updated>2025-12-09T06:25:48+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-12-09T01:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d55f448b73a04033d2a3730a1c191dae12b3cea3'/>
<id>d55f448b73a04033d2a3730a1c191dae12b3cea3</id>
<content type='text'>
* gnu/packages/finance.scm (fava): Update to 1.30.7.
[arguments]: New field.
[propagated-inputs]: Remove python-anyio.
[native-inputs]: Remove python-types-setuptools and python-types-simplejson.
Add python-wheel.

Change-Id: I833267eb46540883c84e977e7c672cf575606444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/finance.scm (fava): Update to 1.30.7.
[arguments]: New field.
[propagated-inputs]: Remove python-anyio.
[native-inputs]: Remove python-types-setuptools and python-types-simplejson.
Add python-wheel.

Change-Id: I833267eb46540883c84e977e7c672cf575606444
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-watchfiles: Propagate python-anyio.</title>
<updated>2025-12-09T06:25:48+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-12-09T01:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e93b20adf67dc27334ac78d7f61e2c73696177b3'/>
<id>e93b20adf67dc27334ac78d7f61e2c73696177b3</id>
<content type='text'>
* gnu/packages/python-xyz.scm (python-watchfiles) [propagated-inputs]: Add
python-anyio.

Change-Id: I50d4173d45a8b4ec3d737457c3074cd11950a6c4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/python-xyz.scm (python-watchfiles) [propagated-inputs]: Add
python-anyio.

Change-Id: I50d4173d45a8b4ec3d737457c3074cd11950a6c4
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: hare: Fix search paths.</title>
<updated>2025-12-08T22:56:59+00:00</updated>
<author>
<name>jgart</name>
<email>jgart@dismail.de</email>
</author>
<published>2025-12-08T03:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fe10df93efa9b5c80ee370ac909031b3cbcb56a9'/>
<id>fe10df93efa9b5c80ee370ac909031b3cbcb56a9</id>
<content type='text'>
* gnu/packages/hare.scm (hare): Fix search paths.
[native-search-paths]: Add all environment variable paths here.
[search-paths]: Remove field.

Change-Id: I25b38a3e78bccdd634c4e10ab906839b0ec43543
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/hare.scm (hare): Fix search paths.
[native-search-paths]: Add all environment variable paths here.
[search-paths]: Remove field.

Change-Id: I25b38a3e78bccdd634c4e10ab906839b0ec43543
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add magic.</title>
<updated>2025-12-08T22:35:47+00:00</updated>
<author>
<name>Gabriel Wicki</name>
<email>gabriel@erlikon.ch</email>
</author>
<published>2025-12-04T10:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=df7639a1da15b3f6f10987d1aedfcad4fe9eebfb'/>
<id>df7639a1da15b3f6f10987d1aedfcad4fe9eebfb</id>
<content type='text'>
* gnu/packages/electronics.scm (magic): New variable.

Change-Id: Ia7fe5764863cb49671343c9a05d5bedec75ee286
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/electronics.scm (magic): New variable.

Change-Id: Ia7fe5764863cb49671343c9a05d5bedec75ee286
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: qpwgraph: Update to 0.9.7.</title>
<updated>2025-12-08T22:18:45+00:00</updated>
<author>
<name>Patrick Norton</name>
<email>patrick.147.norton@gmail.com</email>
</author>
<published>2025-12-06T01:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ef3b104b26037f1a206a1e9b154ddaf4828d3588'/>
<id>ef3b104b26037f1a206a1e9b154ddaf4828d3588</id>
<content type='text'>
* gnu/packages/audio.scm (qpwgraph): Update to 0.9.7.

Change-Id: Idf7ad32dc0038761d882efc836df7006a68f9b9e
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/audio.scm (qpwgraph): Update to 0.9.7.

Change-Id: Idf7ad32dc0038761d882efc836df7006a68f9b9e
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: pyspice: Switch to pyproject.</title>
<updated>2025-12-08T22:01:51+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2025-12-05T12:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f92f269b73b9efa8f7b31b56d1fa77833f42bea5'/>
<id>f92f269b73b9efa8f7b31b56d1fa77833f42bea5</id>
<content type='text'>
* gnu/packages/electronics.scm (pyspice):
[arguments] &lt;tests?, test-flags&gt;: There are unit-tests, so use them.
&lt;phases&gt;: Remove 'check-after-install; {patch-libngspice} use format instead
of confusingly long string-append.
[inputs]: Add python-matplotlib and python-pyyaml.
[propagated-inputs]: Remove python-matplotlib and python-pyyaml.
[native-inputs]: Add python-setuptools.

Change-Id: Id7e1cc0b906b05ee36765ed21b21b5bfdeaa3668
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/electronics.scm (pyspice):
[arguments] &lt;tests?, test-flags&gt;: There are unit-tests, so use them.
&lt;phases&gt;: Remove 'check-after-install; {patch-libngspice} use format instead
of confusingly long string-append.
[inputs]: Add python-matplotlib and python-pyyaml.
[propagated-inputs]: Remove python-matplotlib and python-pyyaml.
[native-inputs]: Add python-setuptools.

Change-Id: Id7e1cc0b906b05ee36765ed21b21b5bfdeaa3668
Signed-off-by: Gabriel Wicki &lt;gabriel@erlikon.ch&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>teams: hare: Fix typo in hare manifest.</title>
<updated>2025-12-08T21:04:06+00:00</updated>
<author>
<name>jgart</name>
<email>jgart@dismail.de</email>
</author>
<published>2025-12-08T21:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ce66fb23c3d6f69b822295cf4a1ef521eb24b3eb'/>
<id>ce66fb23c3d6f69b822295cf4a1ef521eb24b3eb</id>
<content type='text'>
* etc/teams/hare/hare-manifest.scm: Fix typo in hare manifest.

Change-Id: Ie9512e7d6d724634c6163acfce7db5a2208f9ace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/teams/hare/hare-manifest.scm: Fix typo in hare manifest.

Change-Id: Ie9512e7d6d724634c6163acfce7db5a2208f9ace
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate CODEOWNERS.</title>
<updated>2025-12-08T20:41:26+00:00</updated>
<author>
<name>jgart</name>
<email>jgart@dismail.de</email>
</author>
<published>2025-12-08T04:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1fe9ef4cfc03d6ce57d5bebc51fe36e6869601ae'/>
<id>1fe9ef4cfc03d6ce57d5bebc51fe36e6869601ae</id>
<content type='text'>
* CODEOWNERS: Check in file changed by "make".

Change-Id: I6226b86174fc5044f9194b8bc1fa31d4b18c612c
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CODEOWNERS: Check in file changed by "make".

Change-Id: I6226b86174fc5044f9194b8bc1fa31d4b18c612c
Signed-off-by: jgart &lt;jgart@dismail.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
