[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4e2e84d -> cf87919)
From: |
guix-commits |
Subject: |
branch master updated (4e2e84d -> cf87919) |
Date: |
Fri, 22 Nov 2019 09:13:47 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 4e2e84d gnu: man-pages: Update to 5.04.
new 4f5234b substitute: Don't fetch /nix-cache-info.
new 732c96f daemon: GC displays how much it has collected.
new c0e9d47 import: texlive: Handle multi-license packages.
new d76df98 environment: Document that '--manifest' can be repeated.
new ce30a0e profiles: Add 'concatenate-manifests'.
new bf9206d package: Allow multiple '--manifest' options.
new ca541f9 pack: Allow multiple '--manifest' options.
new cf87919 gnu: libseccomp: Fix build on AArch64.
The 8 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/guix.texi | 9 +-
gnu/local.mk | 1 +
gnu/packages/linux.scm | 3 +-
gnu/packages/patches/libseccomp-open-aarch64.patch | 27 ++++
guix/import/texlive.scm | 8 +-
guix/profiles.scm | 5 +
guix/scripts/pack.scm | 17 ++-
guix/scripts/package.scm | 50 ++++----
guix/scripts/substitute.scm | 142 +++++++++------------
nix/libstore/gc.cc | 11 +-
tests/guix-environment.sh | 23 ++++
tests/guix-pack.sh | 11 ++
tests/guix-package.sh | 13 ++
tests/profiles.scm | 5 +
14 files changed, 208 insertions(+), 117 deletions(-)
create mode 100644 gnu/packages/patches/libseccomp-open-aarch64.patch
- branch master updated (4e2e84d -> cf87919),
guix-commits <=
- 03/08: import: texlive: Handle multi-license packages., guix-commits, 2019/11/22
- 01/08: substitute: Don't fetch /nix-cache-info., guix-commits, 2019/11/22
- 02/08: daemon: GC displays how much it has collected., guix-commits, 2019/11/22
- 07/08: pack: Allow multiple '--manifest' options., guix-commits, 2019/11/22
- 05/08: profiles: Add 'concatenate-manifests'., guix-commits, 2019/11/22
- 08/08: gnu: libseccomp: Fix build on AArch64., guix-commits, 2019/11/22
- 04/08: environment: Document that '--manifest' can be repeated., guix-commits, 2019/11/22
- 06/08: package: Allow multiple '--manifest' options., guix-commits, 2019/11/22