[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (0682f08 -> 1475582)
From: |
guix-commits |
Subject: |
branch master updated (0682f08 -> 1475582) |
Date: |
Wed, 17 Apr 2019 05:54:04 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 0682f08 services: fprintd: Fix service.
new a0158c2 gnu: awesome: Update home page.
new ab77b69 self: Remove unused variable.
new f2d86ed build: No longer substitute 'LIBGCRYPT'.
new a0e16be gnu: guix: Don't pass '--with-libgcrypt-prefix'.
new 3ad3c55 installer: Desktop environment page now includes window
managers.
new 15dca28 gnu: guix: Update to b8b1e4d.
new 2d5867a installer: Change language as soon as it has been chosen.
new 7837a57 installer: Display language and territory names natively.
new 7cb7be1 installer: Look up timezone name translations in
"iso_3166-1".
new 1475582 installer: Sort items with 'string-locale<?'.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
build-aux/build-self.scm | 4 ---
configure.ac | 8 ------
gnu/installer.scm | 10 ++++++++
gnu/installer/newt/locale.scm | 30 ++++++++++++++++------
gnu/installer/newt/page.scm | 7 ++---
gnu/installer/newt/timezone.scm | 5 +++-
gnu/installer/services.scm | 51 ++++++++++++++++++++++++-------------
gnu/packages/package-management.scm | 9 +++----
gnu/packages/wm.scm | 4 +--
guix/config.scm.in | 4 ---
guix/self.scm | 4 ---
11 files changed, 78 insertions(+), 58 deletions(-)
- branch master updated (0682f08 -> 1475582),
guix-commits <=
- 01/10: gnu: awesome: Update home page., guix-commits, 2019/04/17
- 02/10: self: Remove unused variable., guix-commits, 2019/04/17
- 04/10: gnu: guix: Don't pass '--with-libgcrypt-prefix'., guix-commits, 2019/04/17
- 06/10: gnu: guix: Update to b8b1e4d., guix-commits, 2019/04/17
- 07/10: installer: Change language as soon as it has been chosen., guix-commits, 2019/04/17
- 09/10: installer: Look up timezone name translations in "iso_3166-1"., guix-commits, 2019/04/17
- 08/10: installer: Display language and territory names natively., guix-commits, 2019/04/17
- 10/10: installer: Sort items with 'string-locale<?'., guix-commits, 2019/04/17
- 03/10: build: No longer substitute 'LIBGCRYPT'., guix-commits, 2019/04/17
- 05/10: installer: Desktop environment page now includes window managers., guix-commits, 2019/04/17