[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (73f0ed8 -> c93994b)
From: |
guix-commits |
Subject: |
branch master updated (73f0ed8 -> c93994b) |
Date: |
Tue, 22 Oct 2019 12:33:09 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 73f0ed8 gnu: Add weasyprint.
new 00850bb services: elogind, gnome, mate, xfce: Fix config type
predicate identifiers.
new 208cc52 doc: Use the right title in HTML indices for the cookbook.
new 84af1e7 gnu: guile-json: Deprecate the 'guile-json' variable.
new af56166 gnu: seahorse: Update to 3.30.1.1.
new 1271281 machine: Implement 'digital-ocean-environment-type'.
new c93994b machine: digital-ocean: Rename 'enable-ipv6' to
'enable-ipv6?'.
The 6 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:
doc/build.scm | 10 +-
doc/guix.texi | 24 +-
gnu/local.mk | 2 +
gnu/machine/digital-ocean.scm | 422 +++++++++++++++++++++
gnu/packages/gnome.scm | 21 +-
gnu/packages/guile.scm | 16 +-
.../seahorse-gkr-use-0-on-empty-flags.patch | 32 ++
gnu/services/desktop.scm | 8 +-
8 files changed, 514 insertions(+), 21 deletions(-)
create mode 100644 gnu/machine/digital-ocean.scm
create mode 100644 gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch
- branch master updated (73f0ed8 -> c93994b),
guix-commits <=
- 06/06: machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'., guix-commits, 2019/10/22
- 02/06: doc: Use the right title in HTML indices for the cookbook., guix-commits, 2019/10/22
- 03/06: gnu: guile-json: Deprecate the 'guile-json' variable., guix-commits, 2019/10/22
- 01/06: services: elogind, gnome, mate, xfce: Fix config type predicate identifiers., guix-commits, 2019/10/22
- 05/06: machine: Implement 'digital-ocean-environment-type'., guix-commits, 2019/10/22
- 04/06: gnu: seahorse: Update to 3.30.1.1., guix-commits, 2019/10/22