<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch wip-plmshift</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: guix-configuration: Add a chroot? parameter.</title>
<updated>2024-09-18T14:10:05+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2024-07-05T13:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b131057fda543566f3b4a2b45722a3a8ccd0c1f5'/>
<id>b131057fda543566f3b4a2b45722a3a8ccd0c1f5</id>
<content type='text'>
The parameter should take the values #t, #f or 'default.
In a container environment, 'default amounts to #f, otherwise it
amounts to #t.

* gnu/services/base.scm (guix-configuration)&lt;chroot?&gt;: New field.
(guix-shepherd-service): If chroot? is #f, add "--disable-chroot".
If it is #t or 'default, do nothing.
* gnu/system/linux-container.scm (containerized-operating-system):
If chroot? is 'default, replace it by #f.
* doc/guix.texi: Document the parameter.

Change-Id: I8b9c3f46ad8650fa6ed4acee947b4ae5d002d03d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parameter should take the values #t, #f or 'default.
In a container environment, 'default amounts to #f, otherwise it
amounts to #t.

* gnu/services/base.scm (guix-configuration)&lt;chroot?&gt;: New field.
(guix-shepherd-service): If chroot? is #f, add "--disable-chroot".
If it is #t or 'default, do nothing.
* gnu/system/linux-container.scm (containerized-operating-system):
If chroot? is 'default, replace it by #f.
* doc/guix.texi: Document the parameter.

Change-Id: I8b9c3f46ad8650fa6ed4acee947b4ae5d002d03d
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: janet: Update to 1.36.0.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Adriel Dumas--Jondeau</name>
<email>leirda@disroot.org</email>
</author>
<published>2024-09-13T10:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1b6ce1796abdf497f61f426d61339318f4f4f23d'/>
<id>1b6ce1796abdf497f61f426d61339318f4f4f23d</id>
<content type='text'>
* gnu/packages/lisp.scm (janet): Update to 1.36.0.

Change-Id: I7a376679f36137f91d558ccfdf83e65f979d8d41
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp.scm (janet): Update to 1.36.0.

Change-Id: I7a376679f36137f91d558ccfdf83e65f979d8d41
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add cl-bnf.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2024-09-15T08:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=40dbae7fe4de91af4eb2dae2ee88e369de83698b'/>
<id>40dbae7fe4de91af4eb2dae2ee88e369de83698b</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-cl-bnf, cl-bnf, ecl-cl-bnf): New variables.

Change-Id: Ib37a839feff579753d7f11c0fdb212dbb685773a
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-cl-bnf, cl-bnf, ecl-cl-bnf): New variables.

Change-Id: Ib37a839feff579753d7f11c0fdb212dbb685773a
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add cl-utf8-input-stream.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2024-09-15T08:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0054e16886ed3b1358867ee4e19b665d79d67fdb'/>
<id>0054e16886ed3b1358867ee4e19b665d79d67fdb</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-utf8-input-stream, cl-utf8-input-stream,
  ecl-utf8-input-stream): New variables.

Change-Id: Ifadfa8d8f2458fc1ff0f1f809682cd8805c6c077
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-utf8-input-stream, cl-utf8-input-stream,
  ecl-utf8-input-stream): New variables.

Change-Id: Ifadfa8d8f2458fc1ff0f1f809682cd8805c6c077
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add cl-ewkb.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2024-09-15T08:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4d58773989b024ecf801b0c8acd7f36e1c5888c5'/>
<id>4d58773989b024ecf801b0c8acd7f36e1c5888c5</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-cl-ewkb, cl-ewkb, ecl-cl-ewkb): New
  variables.

Change-Id: Iceb146ccee94b82703af706b059b3c0b35f29d86
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-cl-ewkb, cl-ewkb, ecl-cl-ewkb): New
  variables.

Change-Id: Iceb146ccee94b82703af706b059b3c0b35f29d86
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add cl-birch.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2024-09-15T08:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e071f5a9531261164b13eaa1cd04c4b1851da923'/>
<id>e071f5a9531261164b13eaa1cd04c4b1851da923</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-birch, cl-birch, ecl-birch): New variables.

Change-Id: I2ea6358cc41ddd26aaaed81a1cb828c74450a111
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-birch, cl-birch, ecl-birch): New variables.

Change-Id: I2ea6358cc41ddd26aaaed81a1cb828c74450a111
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cl-postmodern: Improve package style.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Guillaume Le Vaillant</name>
<email>glv@posteo.net</email>
</author>
<published>2024-09-18T11:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fbbcfe59be841fcd536ecdc23006546fcfb2c12d'/>
<id>fbbcfe59be841fcd536ecdc23006546fcfb2c12d</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-postmodern)[inputs]: Remove labels.
  (ecl-postmodern)[arguments]: Remove obsolete 'fix-build' phase.

Change-Id: I91173e98fb7275c884d1e0e826bf10d74d67a562
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-postmodern)[inputs]: Remove labels.
  (ecl-postmodern)[arguments]: Remove obsolete 'fix-build' phase.

Change-Id: I91173e98fb7275c884d1e0e826bf10d74d67a562
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cl-postmodern: Update to 1.33.12.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2024-09-15T08:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5624102b8a157968f0d3c5f6c5ea4d7dae9f57ef'/>
<id>5624102b8a157968f0d3c5f6c5ea4d7dae9f57ef</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.33.12.

Change-Id: If778a4cf81be61094ba871c5b9f665bfc684bb47
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.33.12.

Change-Id: If778a4cf81be61094ba871c5b9f665bfc684bb47
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cl-uax-15: Improve package style.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Guillaume Le Vaillant</name>
<email>glv@posteo.net</email>
</author>
<published>2024-09-18T11:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=eb0e62aeb044eb5b9fee6cc10a2674bae24845e1'/>
<id>eb0e62aeb044eb5b9fee6cc10a2674bae24845e1</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-uax-15)[inputs]: Remove labels.

Change-Id: Ic0ce34c42ed3b2ffd17c155d46ff120751944af3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-uax-15)[inputs]: Remove labels.

Change-Id: Ic0ce34c42ed3b2ffd17c155d46ff120751944af3
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cl-uax-15: Update to 0.1.3.</title>
<updated>2024-09-18T12:36:43+00:00</updated>
<author>
<name>Roman Scherer</name>
<email>roman@burningswell.com</email>
</author>
<published>2024-09-15T08:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d4a0b9b59e977e1ebc4fc37bb7fde38db8b438a3'/>
<id>d4a0b9b59e977e1ebc4fc37bb7fde38db8b438a3</id>
<content type='text'>
* gnu/packages/lisp-xyz.scm (sbcl-uax-15): Update to 0.1.3.
  [native-inputs]: Remove sbcl-fiveam. Add sbcl-parachute.

Change-Id: I39b3ed202b11403f3a0b16b9fc5976a101b7e857
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/lisp-xyz.scm (sbcl-uax-15): Update to 0.1.3.
  [native-inputs]: Remove sbcl-fiveam. Add sbcl-parachute.

Change-Id: I39b3ed202b11403f3a0b16b9fc5976a101b7e857
Signed-off-by: Guillaume Le Vaillant &lt;glv@posteo.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
