[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (6ea61b4 -> 5f92f51)
From: |
guix-commits |
Subject: |
branch master updated (6ea61b4 -> 5f92f51) |
Date: |
Tue, 20 Oct 2020 10:32:07 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 6ea61b4 gnu: sbcl: Update to 2.0.9.
new d154462 download: Update docstring.
new b8085fc doc: Replace @example with @lisp in "Build Phases".
new a9fd59d graph: Adjust test for recent OCaml changes.
new 2bd60ca gnu: guile2.0-git: Remove now unnecessary libgit2 special
case.
new 8db4ebb packages: Better preserve object identity when rewriting.
new e21e0af gnu: poppler: Always use the same 'cairo-sans-poppler'
variant.
new f59ec1d graph: Fix typo in docstring.
new ccf3dcb tests: Do not fetch and print the random seed from the top
level.
new 6aeda81 guix build: Add '--with-debug-info'.
new 6701f64 guix build: Move package transformation options behind
'--help-transform'.
new 5f92f51 news: Add entry for '--with-debug-info'.
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 | 130 ++++++++++++++++++++++++++++++++++++++++---
etc/news.scm | 36 ++++++++++++
gnu/packages/gtk.scm | 6 ++
gnu/packages/guile.scm | 10 +---
gnu/packages/pdf.scm | 4 +-
guix/download.scm | 14 ++---
guix/graph.scm | 2 +-
guix/packages.scm | 63 +++++++++++++--------
guix/scripts/build.scm | 54 ++++++++++++++++--
guix/scripts/environment.scm | 2 -
guix/scripts/graph.scm | 5 +-
guix/scripts/install.scm | 2 -
guix/scripts/pack.scm | 2 -
guix/scripts/package.scm | 2 -
guix/scripts/upgrade.scm | 2 -
guix/tests.scm | 10 ++--
tests/graph.scm | 2 +-
tests/guix-build.sh | 6 ++
tests/packages.scm | 43 ++++++++++++++
tests/scripts-build.scm | 17 ++++++
20 files changed, 338 insertions(+), 74 deletions(-)
- branch master updated (6ea61b4 -> 5f92f51),
guix-commits <=
- 02/11: doc: Replace @example with @lisp in "Build Phases"., guix-commits, 2020/10/20
- 01/11: download: Update docstring., guix-commits, 2020/10/20
- 04/11: gnu: guile2.0-git: Remove now unnecessary libgit2 special case., guix-commits, 2020/10/20
- 05/11: packages: Better preserve object identity when rewriting., guix-commits, 2020/10/20
- 07/11: graph: Fix typo in docstring., guix-commits, 2020/10/20
- 03/11: graph: Adjust test for recent OCaml changes., guix-commits, 2020/10/20
- 08/11: tests: Do not fetch and print the random seed from the top level., guix-commits, 2020/10/20
- 09/11: guix build: Add '--with-debug-info'., guix-commits, 2020/10/20
- 11/11: news: Add entry for '--with-debug-info'., guix-commits, 2020/10/20
- 06/11: gnu: poppler: Always use the same 'cairo-sans-poppler' variant., guix-commits, 2020/10/20