<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch v1.2.0</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>Update NEWS.</title>
<updated>2020-11-22T19:27:28+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-11-22T19:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a099685659b4bfa6b3218f84953cbb7ff9e88063'/>
<id>a099685659b4bfa6b3218f84953cbb7ff9e88063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nls: Update 'fr' translation of the manual.</title>
<updated>2020-11-21T14:51:59+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-11-21T14:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2acac532cdc850d3d9e363fee59f91d398893b6b'/>
<id>2acac532cdc850d3d9e363fee59f91d398893b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: xfdesktop: Add Guix logo to the default background.</title>
<updated>2020-11-21T14:51:44+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-11-21T14:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=09f1c668af6f9a9b1b13e14598a7506be81b9a5d'/>
<id>09f1c668af6f9a9b1b13e14598a7506be81b9a5d</id>
<content type='text'>
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-stripes.png".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-stripes.png".
</pre>
</div>
</content>
</entry>
<entry>
<title>transformations: Show '--help-transform' only where applicable.</title>
<updated>2020-11-21T14:51:32+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-11-21T11:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5b3904116fd599b626fef08edb5826ac7b12caab'/>
<id>5b3904116fd599b626fef08edb5826ac7b12caab</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/44773&gt;.
Reported by Florian Pelz &lt;pelzflorian@pelzflorian.de&gt;.

This fixes a regression introduced in
6701f64f7329cdbeda70bcaf38523c9098e5a938.

* guix/transformations.scm (%transformation-options): Add
"--help-transform".
(show-transformation-options-help): Rename to...
(show-transformation-options-help/detailed): ... this.
(show-transformation-options-help): New public procedure.
* guix/scripts/build.scm (show-build-options-help): Remove
"--help-transform".
(%standard-build-options): Likewise.
(show-help): Call 'show-transformation-options-help'.
* guix/scripts/environment.scm (show-help): Likewise.
* guix/scripts/graph.scm (show-help): Likewise.
* guix/scripts/install.scm (show-help): Likewise.
* guix/scripts/pack.scm (show-help): Likewise.
* guix/scripts/package.scm (show-help): Likewise.
* guix/scripts/upgrade.scm (show-help): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes &lt;https://bugs.gnu.org/44773&gt;.
Reported by Florian Pelz &lt;pelzflorian@pelzflorian.de&gt;.

This fixes a regression introduced in
6701f64f7329cdbeda70bcaf38523c9098e5a938.

* guix/transformations.scm (%transformation-options): Add
"--help-transform".
(show-transformation-options-help): Rename to...
(show-transformation-options-help/detailed): ... this.
(show-transformation-options-help): New public procedure.
* guix/scripts/build.scm (show-build-options-help): Remove
"--help-transform".
(%standard-build-options): Likewise.
(show-help): Call 'show-transformation-options-help'.
* guix/scripts/environment.scm (show-help): Likewise.
* guix/scripts/graph.scm (show-help): Likewise.
* guix/scripts/install.scm (show-help): Likewise.
* guix/scripts/pack.scm (show-help): Likewise.
* guix/scripts/package.scm (show-help): Likewise.
* guix/scripts/upgrade.scm (show-help): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: base: Re-export %default-substitute-urls from (guix store).</title>
<updated>2020-11-18T21:37:17+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2020-11-16T17:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0a47ff9f9fe976033001bc1d881917d91f3b90a3'/>
<id>0a47ff9f9fe976033001bc1d881917d91f3b90a3</id>
<content type='text'>
* gnu/services/base.scm: Export %DEFAULT-SUBSTITUTE-URLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/base.scm: Export %DEFAULT-SUBSTITUTE-URLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: SDDM: Wait for elogind before starting.</title>
<updated>2020-11-18T21:31:32+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius@gnu.org</email>
</author>
<published>2020-11-18T21:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0ae9bbe4f5f89e6f597bdb1f6df646fc5f504876'/>
<id>0ae9bbe4f5f89e6f597bdb1f6df646fc5f504876</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/44669&gt;.

* gnu/services/sddm.scm (sddm-shepherd-service)[requirement]: Add elogind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes &lt;https://bugs.gnu.org/44669&gt;.

* gnu/services/sddm.scm (sddm-shepherd-service)[requirement]: Add elogind.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: guix: Update to 0d4b1af.</title>
<updated>2020-11-18T16:36:54+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-11-18T16:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1d21204485b21b683ec117b361157b1d169da0d3'/>
<id>1d21204485b21b683ec117b361157b1d169da0d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: guix: Update to 1.2.0rc2.</title>
<updated>2020-11-18T16:36:34+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-11-18T16:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0d4b1afb6bfa4bdeade2cb6409ece9467d513e39'/>
<id>0d4b1afb6bfa4bdeade2cb6409ece9467d513e39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>guix-install.sh: don't throw away release candidates when picking the latest version</title>
<updated>2020-11-18T14:35:17+00:00</updated>
<author>
<name>Daniel Brooks</name>
<email>db48x@db48x.net</email>
</author>
<published>2020-11-15T16:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=207c3c594e22b678ddcea8ebc78f19b839612187'/>
<id>207c3c594e22b678ddcea8ebc78f19b839612187</id>
<content type='text'>
* etc/guix-install.sh (guix_get_bin_list): modify regexes to allow rcN syntax

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/guix-install.sh (guix_get_bin_list): modify regexes to allow rcN syntax

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.dir-locals.el: Add upstream report link.</title>
<updated>2020-11-18T14:35:01+00:00</updated>
<author>
<name>Miguel Ángel Arruga Vivas</name>
<email>rosen644835@gmail.com</email>
</author>
<published>2020-11-16T20:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7a04d80921fd1a4784517a734ed0c92cb60f1828'/>
<id>7a04d80921fd1a4784517a734ed0c92cb60f1828</id>
<content type='text'>
Follow up from 1d6e7732b163c9e945c9e5b32c726fe3b5f09c3a.

* .dir-locals.el: Modify comment to point at the report to bug-gnu-emacs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up from 1d6e7732b163c9e945c9e5b32c726fe3b5f09c3a.

* .dir-locals.el: Modify comment to point at the report to bug-gnu-emacs.
</pre>
</div>
</content>
</entry>
</feed>
