<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix, branch v1.1.0rc1</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>maint: 'release' builds with '--fallback'.</title>
<updated>2020-04-09T14:32:38+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-04-09T14:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=98148830c0afb9adc8acf150afc48f09aae42ac1'/>
<id>98148830c0afb9adc8acf150afc48f09aae42ac1</id>
<content type='text'>
* Makefile.am (guix-binary.%.tar.xz): Pass '--fallback' to 'guix pack'.
(release): Pass '--fallback' to 'guix build' and 'guix system'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (guix-binary.%.tar.xz): Pass '--fallback' to 'guix pack'.
(release): Pass '--fallback' to 'guix build' and 'guix system'.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: 'release' target no longer uses -K, to allow for offloading.</title>
<updated>2020-04-09T11:18:13+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-04-09T11:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b'/>
<id>8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b</id>
<content type='text'>
This is a followup to 2ce08a5d79f6eb1d2d3839aca859559b9829ae36.

* Makefile.am (release): Remove -K flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a followup to 2ce08a5d79f6eb1d2d3839aca859559b9829ae36.

* Makefile.am (release): Remove -K flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: Binary tarball uses "guile3.0-guix", not "guix".</title>
<updated>2020-04-09T09:52:23+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2020-04-09T09:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=808084e9d1ba7d78621bf4c441c7ddb616849683'/>
<id>808084e9d1ba7d78621bf4c441c7ddb616849683</id>
<content type='text'>
* Makefile.am (GUIX_FOR_BINARY_TARBALL): New variable.
(guix-binary.%.tar.xz): Use $(GUIX_FOR_BINARY_TARBALL) instead of
"guix".
(release): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (GUIX_FOR_BINARY_TARBALL): New variable.
(guix-binary.%.tar.xz): Use $(GUIX_FOR_BINARY_TARBALL) instead of
"guix".
(release): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Include empty variant in keyboard layout selection.</title>
<updated>2020-04-09T03:45:22+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2020-04-09T00:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7bc71025ccd0fabd739803889825e10341fbabdf'/>
<id>7bc71025ccd0fabd739803889825e10341fbabdf</id>
<content type='text'>
Previously for Azerbaijani, no Latin layout but only the Cyrillic variant
could be selected.

* gnu/installer/newt/keymap.scm (add-empty-variant): New procedure.
(run-keymap-page): Use it to insert an empty variant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously for Azerbaijani, no Latin layout but only the Cyrillic variant
could be selected.

* gnu/installer/newt/keymap.scm (add-empty-variant): New procedure.
(run-keymap-page): Use it to insert an empty variant.
</pre>
</div>
</content>
</entry>
<entry>
<title>installer: Allow Alt+Shift toggle from non-Latin keyboard layouts.</title>
<updated>2020-04-09T02:42:54+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2020-04-09T00:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=91c231a2223440081426929828a23c7baa0214fd'/>
<id>91c231a2223440081426929828a23c7baa0214fd</id>
<content type='text'>
Fixes &lt;https://bugs.gnu.org/40493&gt;.

* gnu/installer/newt/keymap.scm (%non-latin-layouts): New variable.
(%non-latin-variants): New variable.
(%latin-layout+variants): New variable.
(toggleable-latin-layout): New procedure to compute combined layouts.
(run-keymap-page): Use it.
(keyboard-layout-&gt;configuration): Apply it in config.scm.
(run-layout-page): Mention Alt+Shift.
* gnu/installer/keymap.scm (kmscon-update-keymap): Pass on XKB options.
* gnu/installer/record.scm (&lt;installer&gt;): Adjust code comments.
* gnu/installer.scm (apply-keymap): Pass on XKB options.
(installer-steps): Adjust code comments.
* gnu/packages/patches/kmscon-runtime-keymap-switch.patch: Apply XKB options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes &lt;https://bugs.gnu.org/40493&gt;.

* gnu/installer/newt/keymap.scm (%non-latin-layouts): New variable.
(%non-latin-variants): New variable.
(%latin-layout+variants): New variable.
(toggleable-latin-layout): New procedure to compute combined layouts.
(run-keymap-page): Use it.
(keyboard-layout-&gt;configuration): Apply it in config.scm.
(run-layout-page): Mention Alt+Shift.
* gnu/installer/keymap.scm (kmscon-update-keymap): Pass on XKB options.
* gnu/installer/record.scm (&lt;installer&gt;): Adjust code comments.
* gnu/installer.scm (apply-keymap): Pass on XKB options.
(installer-steps): Adjust code comments.
* gnu/packages/patches/kmscon-runtime-keymap-switch.patch: Apply XKB options.
</pre>
</div>
</content>
</entry>
<entry>
<title>services/web: Fix ordering of default-nginx-config.</title>
<updated>2020-04-08T23:12:32+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2020-04-08T21:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=543516ed0040df28eb15ea9b15ce905c038671c5'/>
<id>543516ed0040df28eb15ea9b15ce905c038671c5</id>
<content type='text'>
Fixes an error message '"load_module" directive is specified too late'.

* gnu/services/web.scm (default-nginx-config): Emit load_module before
global directives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes an error message '"load_module" directive is specified too late'.

* gnu/services/web.scm (default-nginx-config): Emit load_module before
global directives.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cataclysm-dda: Update to 0.E.</title>
<updated>2020-04-08T23:00:27+00:00</updated>
<author>
<name>Nicolas Goaziou</name>
<email>mail@nicolasgoaziou.fr</email>
</author>
<published>2020-04-08T22:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b8f5b436ece10f3bce0ff44b4692e084a781f875'/>
<id>b8f5b436ece10f3bce0ff44b4692e084a781f875</id>
<content type='text'>
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: linux-libre: Update to 5.4.31.</title>
<updated>2020-04-08T19:38:47+00:00</updated>
<author>
<name>Mark H Weaver</name>
<email>mhw@netris.org</email>
</author>
<published>2020-04-08T19:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=448e072555010ab8ac839b6acaeeef2765cf8527'/>
<id>448e072555010ab8ac839b6acaeeef2765cf8527</id>
<content type='text'>
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.31.
(linux-libre-5.4-pristine-source): Update hash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.31.
(linux-libre-5.4-pristine-source): Update hash.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: linux-libre@5.6: Update to 5.6.3.</title>
<updated>2020-04-08T19:37:49+00:00</updated>
<author>
<name>Mark H Weaver</name>
<email>mhw@netris.org</email>
</author>
<published>2020-04-08T19:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0d173f957a02d271187e0513fa023a81ad71a38d'/>
<id>0d173f957a02d271187e0513fa023a81ad71a38d</id>
<content type='text'>
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.3.
(linux-libre-5.6-pristine-source): Update hash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.3.
(linux-libre-5.6-pristine-source): Update hash.
</pre>
</div>
</content>
</entry>
<entry>
<title>news: Add ‘de’ translation.</title>
<updated>2020-04-08T18:53:49+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2020-04-08T18:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6ff3470fe5dbab0c0a7b30daa46caae1bc891150'/>
<id>6ff3470fe5dbab0c0a7b30daa46caae1bc891150</id>
<content type='text'>
* etc/news.scm: Add a ‘de’ translation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/news.scm: Add a ‘de’ translation.
</pre>
</div>
</content>
</entry>
</feed>
