[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (e118348 -> f903bb7)
From: |
guix-commits |
Subject: |
branch master updated (e118348 -> f903bb7) |
Date: |
Sat, 8 May 2021 09:08:55 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from e118348 gnu: sbcl-shlex: Update to 0.0.0-2.3dee1cb.
new 28ae358 gnu: ocaml: Depend on libiberty.
new f0ae715 gnu: Add font-montserrat.
new 3b69c30 gnu: xfce4-session: Allow xflock4 to use xset.
new 7cea32e gnu: Add volctl.
new da4073a gnu: volctl: Comment on the license.
new 5b0afe2 weather: '--display-missing' shows the system type of missing
items.
new e3e0886 store: 'open-connection' never returns #f.
new e2f4a57 ssh: 'connect-to-remote-daemon' raises a nicer message upon
error.
new dd14678 store: Export 'connect-to-daemon'.
new 3270308 ssh: Honor GUIX_DAEMON_SOCKET on the target machine.
new f903bb7 services: configuration: Export 'no-serialization' syntactic
keyword.
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/fonts.scm | 23 ++++++++++++++
gnu/packages/gtk.scm | 49 ++++++++++++++++++++++++++++
gnu/packages/ocaml.scm | 3 +-
gnu/packages/xfce.scm | 12 +++++--
gnu/services/configuration.scm | 4 +++
guix/scripts/weather.scm | 29 +++++++++++++++--
guix/ssh.scm | 30 ++++++++++++++----
guix/store.scm | 72 ++++++++++++++++++++++++------------------
8 files changed, 179 insertions(+), 43 deletions(-)
- branch master updated (e118348 -> f903bb7),
guix-commits <=
- 02/11: gnu: Add font-montserrat., guix-commits, 2021/05/08
- 01/11: gnu: ocaml: Depend on libiberty., guix-commits, 2021/05/08
- 04/11: gnu: Add volctl., guix-commits, 2021/05/08
- 03/11: gnu: xfce4-session: Allow xflock4 to use xset., guix-commits, 2021/05/08
- 06/11: weather: '--display-missing' shows the system type of missing items., guix-commits, 2021/05/08
- 11/11: services: configuration: Export 'no-serialization' syntactic keyword., guix-commits, 2021/05/08
- 05/11: gnu: volctl: Comment on the license., guix-commits, 2021/05/08
- 07/11: store: 'open-connection' never returns #f., guix-commits, 2021/05/08
- 08/11: ssh: 'connect-to-remote-daemon' raises a nicer message upon error., guix-commits, 2021/05/08
- 10/11: ssh: Honor GUIX_DAEMON_SOCKET on the target machine., guix-commits, 2021/05/08