[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d753aee -> b0cd4e0)
From: |
guix-commits |
Subject: |
branch master updated (d753aee -> b0cd4e0) |
Date: |
Sun, 27 Sep 2020 16:55:19 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from d753aee gnu: bbswitch-module: Fix build on Linux >= 5.6.
new f458cfb guix build: Add '--without-tests'.
new ff39361 packages: 'package-mapping' can recurse on implicit inputs.
new 2bf6f96 packages: 'package-input-rewriting/spec' can rewrite implicit
dependencies.
new b3fc03e packages: 'package-mapping' correctly recurses into
'replacement'.
new 8819551 packages: 'package-input-rewriting' has a #:deep? parameter.
new fa18db4 doc: Update the master menu.
new 12871cc doc: Promote "Channels" as chapter and reorder.
new 3b7bd8c doc: Move "Primary URL" after "Specifying Channel
Authorizations".
new 8e2d5a0 doc: Move channel @cindex within their nodes.
new ee4f9c2 gnu: Add grokmirror.
new b0cd4e0 gnu: qjackctl: Update to 0.6.3.
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:
doc/guix.texi | 1648 ++++++++++++++++++++------------------
gnu/packages/audio.scm | 6 +-
gnu/packages/guile.scm | 6 +-
gnu/packages/version-control.scm | 39 +-
guix/packages.scm | 159 ++--
guix/scripts/build.scm | 31 +-
tests/guix-build.sh | 11 +
tests/packages.scm | 149 +++-
tests/scripts-build.scm | 26 +-
9 files changed, 1226 insertions(+), 849 deletions(-)
- branch master updated (d753aee -> b0cd4e0),
guix-commits <=
- 01/11: guix build: Add '--without-tests'., guix-commits, 2020/09/27
- 05/11: packages: 'package-input-rewriting' has a #:deep? parameter., guix-commits, 2020/09/27
- 08/11: doc: Move "Primary URL" after "Specifying Channel Authorizations"., guix-commits, 2020/09/27
- 11/11: gnu: qjackctl: Update to 0.6.3., guix-commits, 2020/09/27
- 06/11: doc: Update the master menu., guix-commits, 2020/09/27
- 03/11: packages: 'package-input-rewriting/spec' can rewrite implicit dependencies., guix-commits, 2020/09/27
- 02/11: packages: 'package-mapping' can recurse on implicit inputs., guix-commits, 2020/09/27
- 04/11: packages: 'package-mapping' correctly recurses into 'replacement'., guix-commits, 2020/09/27
- 07/11: doc: Promote "Channels" as chapter and reorder., guix-commits, 2020/09/27
- 09/11: doc: Move channel @cindex within their nodes., guix-commits, 2020/09/27