[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f0c6093 -> 6799e6e)
From: |
guix-commits |
Subject: |
branch master updated (f0c6093 -> 6799e6e) |
Date: |
Tue, 27 Oct 2020 13:01:20 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from f0c6093 gnu: nvi: Add missing includes.
new e86c2f0 services: hpcguix-web: Set 'XDG_CACHE_HOME' to a writable
directory.
new 1a7bfbb gnu: Add gmnisrv.
new 2ade5bd services: Add gmnisrv web service.
new 9b39092 gnu: alacritty: Add search path for 'TERMINFO_DIRS'.
new 560eec4 gnu: Add go-golang-org-x-xerrors.
new 00c0bfd gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2.
new 719b954 gnu: Add go-github-com-frankban-quicktest.
new ba17af8 gnu: Add go-github-com-bep-golibsass.
new c40ad1d maint: Add 'etc/gnu-store.mount.in' to the distribution.
new 6799e6e maint: Include 'guix-daemon.cil.in' in the distribution.
The 10 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:
Makefile.am | 2 +-
doc/guix.texi | 35 ++++++++++++++
gnu/packages/golang.scm | 116 ++++++++++++++++++++++++++++++++++++++++++++-
gnu/packages/terminals.scm | 6 +++
gnu/packages/web.scm | 43 +++++++++++++++++
gnu/services/web.scm | 75 ++++++++++++++++++++++++++++-
nix/local.mk | 1 +
7 files changed, 274 insertions(+), 4 deletions(-)
- branch master updated (f0c6093 -> 6799e6e),
guix-commits <=
- 01/10: services: hpcguix-web: Set 'XDG_CACHE_HOME' to a writable directory., guix-commits, 2020/10/27
- 02/10: gnu: Add gmnisrv., guix-commits, 2020/10/27
- 05/10: gnu: Add go-golang-org-x-xerrors., guix-commits, 2020/10/27
- 03/10: services: Add gmnisrv web service., guix-commits, 2020/10/27
- 10/10: maint: Include 'guix-daemon.cil.in' in the distribution., guix-commits, 2020/10/27
- 04/10: gnu: alacritty: Add search path for 'TERMINFO_DIRS'., guix-commits, 2020/10/27
- 08/10: gnu: Add go-github-com-bep-golibsass., guix-commits, 2020/10/27
- 06/10: gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2., guix-commits, 2020/10/27
- 09/10: maint: Add 'etc/gnu-store.mount.in' to the distribution., guix-commits, 2020/10/27
- 07/10: gnu: Add go-github-com-frankban-quicktest., guix-commits, 2020/10/27