[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d6a68e9 -> fea338c)
From: |
guix-commits |
Subject: |
branch master updated (d6a68e9 -> fea338c) |
Date: |
Mon, 6 May 2019 17:23:18 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from d6a68e9 gnu: emacs-evil-nerd-commenter: Update to 3.3.7.
new 3bb293b gnu: mate-power-manager: License is GPLv2+.
new 04f4bdc installer: Widen user dialog.
new 1d8da89 installer: Do not sort methods on the partitioning page.
new 7ae9979 installer: Actually translate step descriptions.
new d1e5f75 installer: Shrink simple listboxes to their minimum
height.
new 46c102c installer: Skip network selection dialogs when there is
no choice.
new fea338c Add (guix lzlib).
The 7 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:
Makefile.am | 2 +
configure.ac | 10 +
gnu/installer/newt/ethernet.scm | 48 +--
gnu/installer/newt/network.scm | 56 ++--
gnu/installer/newt/partition.scm | 4 +
gnu/installer/newt/user.scm | 4 +-
gnu/installer/steps.scm | 7 +-
gnu/packages/mate.scm | 2 +-
guix/config.scm.in | 4 +
guix/lzlib.scm | 633 +++++++++++++++++++++++++++++++++++++++
guix/self.scm | 1 +
m4/guix.m4 | 17 +-
tests/lzlib.scm | 111 +++++++
13 files changed, 849 insertions(+), 50 deletions(-)
create mode 100644 guix/lzlib.scm
create mode 100644 tests/lzlib.scm
- branch master updated (d6a68e9 -> fea338c),
guix-commits <=
- 02/07: installer: Widen user dialog., guix-commits, 2019/05/06
- 01/07: gnu: mate-power-manager: License is GPLv2+., guix-commits, 2019/05/06
- 03/07: installer: Do not sort methods on the partitioning page., guix-commits, 2019/05/06
- 04/07: installer: Actually translate step descriptions., guix-commits, 2019/05/06
- 06/07: installer: Skip network selection dialogs when there is no choice., guix-commits, 2019/05/06
- 05/07: installer: Shrink simple listboxes to their minimum height., guix-commits, 2019/05/06
- 07/07: Add (guix lzlib)., guix-commits, 2019/05/06