[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (5d297ca -> 54a80b5)
From: |
guix-commits |
Subject: |
branch master updated (5d297ca -> 54a80b5) |
Date: |
Mon, 25 Nov 2019 18:17:06 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 5d297ca gnu: linux-libre: Update to 5.3.13.
new 1d64afb tests: Avoid (catch 'srfi-34 …) form.
new f5698df tests: Avoid unnecessary use of 'mock'.
new d482e13 doc: cookbook: Use @lisp for Scheme snippets.
new e97a4a2 doc: cookbook: Add cross-reference about ./pre-inst-env.
new 0cbef07 doc: cookbook: Use Texinfo quotes.
new cf1e6f5 doc: cookbook: Use @result{} & co. instead of a '>'
prompt.
new 6a893fa doc: cookbook: Add cross-references to the Guile manual.
new dc209d5 guix build, daemon: Rename "--no-build-hook" to
"--no-offload".
new 7f44ab4 Use 'offload?' instead of 'build-hook?' internally.
new 2ce08a5 guix build: '--keep-failed' implies '--no-offload'.
new 3a4d5dd daemon: boost::format: Fix typo "referred".
new f170603 gnu: Add libhx.
new cd2ce8a gnu: Add pam-mount.
new ae8a018 gnu: Add libdbi.
new df81de8 gnu: Add libdbi-drivers.
new 54a80b5 gnu: gnucash: Activate database support.
The 16 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-cookbook.texi | 203 +++++++++++----------
doc/guix.texi | 26 ++-
etc/completion/fish/guix.fish | 28 +--
etc/completion/zsh/_guix | 8 +-
gnu/local.mk | 1 +
gnu/packages/admin.scm | 68 +++++++
gnu/packages/c.scm | 23 +++
gnu/packages/databases.scm | 90 +++++++++
gnu/packages/gnucash.scm | 11 +-
gnu/packages/patches/pam-mount-luks2-support.patch | 51 ++++++
guix/scripts/archive.scm | 2 +-
guix/scripts/build.scm | 17 +-
guix/scripts/copy.scm | 2 +-
guix/scripts/deploy.scm | 2 +-
guix/scripts/environment.scm | 2 +-
guix/scripts/offload.scm | 2 +-
guix/scripts/pack.scm | 2 +-
guix/scripts/package.scm | 2 +-
guix/scripts/pull.scm | 2 +-
guix/scripts/system.scm | 2 +-
guix/scripts/time-machine.scm | 2 +-
guix/store.scm | 11 +-
nix/boost/format/exceptions.hpp | 4 +-
nix/nix-daemon/guix-daemon.cc | 7 +-
tests/build-utils.scm | 25 ++-
25 files changed, 426 insertions(+), 167 deletions(-)
create mode 100644 gnu/packages/patches/pam-mount-luks2-support.patch
- branch master updated (5d297ca -> 54a80b5),
guix-commits <=
- 01/16: tests: Avoid (catch 'srfi-34 …) form., guix-commits, 2019/11/25
- 07/16: doc: cookbook: Add cross-references to the Guile manual., guix-commits, 2019/11/25
- 06/16: doc: cookbook: Use @result{} & co. instead of a '>' prompt., guix-commits, 2019/11/25
- 03/16: doc: cookbook: Use @lisp for Scheme snippets., guix-commits, 2019/11/25
- 09/16: Use 'offload?' instead of 'build-hook?' internally., guix-commits, 2019/11/25
- 14/16: gnu: Add libdbi., guix-commits, 2019/11/25
- 08/16: guix build, daemon: Rename "--no-build-hook" to "--no-offload"., guix-commits, 2019/11/25
- 12/16: gnu: Add libhx., guix-commits, 2019/11/25
- 10/16: guix build: '--keep-failed' implies '--no-offload'., guix-commits, 2019/11/25
- 02/16: tests: Avoid unnecessary use of 'mock'., guix-commits, 2019/11/25