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