[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (a1b8821 -> 633b024)
From: |
guix-commits |
Subject: |
branch master updated (a1b8821 -> 633b024) |
Date: |
Sat, 17 Oct 2020 16:40:49 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from a1b8821 gnu: python-asynctest: Fix build.
new 3cd1a7a doc: Remove 'build.scm' from the source of the manual.
new 0f7d074 doc: Move manual index creation to a separate derivation.
new db1d445 doc: Allow code snippets in the cookbook to link to the
manual.
new 97ce30c doc: Generate cross-references in code snippets to the Guile
manual.
new f541490 doc: cookbook: Balance parens in custom kernel examples.
new 21fdf42 gnu: xpra: Fix HTML server
new f045a7a import: utils: Fix license name mismatches and define
CUA-OPL-1.0.
new 62fc3e3 doc: Fix typo.
new 633b024 gnu: Add r-calculus.
The 9 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/build.scm | 457 +++++++++++++++++------
doc/guix-cookbook.texi | 4 +-
doc/guix.texi | 2 +-
gnu/local.mk | 1 +
gnu/packages/cran.scm | 30 ++
gnu/packages/patches/xpra-4.0.4-norequests.patch | 39 ++
gnu/packages/xorg.scm | 3 +-
guix/import/utils.scm | 14 +-
guix/licenses.scm | 10 +
9 files changed, 447 insertions(+), 113 deletions(-)
create mode 100644 gnu/packages/patches/xpra-4.0.4-norequests.patch
- branch master updated (a1b8821 -> 633b024),
guix-commits <=
- 01/09: doc: Remove 'build.scm' from the source of the manual., guix-commits, 2020/10/17
- 06/09: gnu: xpra: Fix HTML server, guix-commits, 2020/10/17
- 07/09: import: utils: Fix license name mismatches and define CUA-OPL-1.0., guix-commits, 2020/10/17
- 02/09: doc: Move manual index creation to a separate derivation., guix-commits, 2020/10/17
- 04/09: doc: Generate cross-references in code snippets to the Guile manual., guix-commits, 2020/10/17
- 05/09: doc: cookbook: Balance parens in custom kernel examples., guix-commits, 2020/10/17
- 09/09: gnu: Add r-calculus., guix-commits, 2020/10/17
- 03/09: doc: Allow code snippets in the cookbook to link to the manual., guix-commits, 2020/10/17
- 08/09: doc: Fix typo., guix-commits, 2020/10/17