guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (48dec2e -> 70876b0)


From: guix-commits
Subject: branch master updated (48dec2e -> 70876b0)
Date: Sat, 31 Oct 2020 18:18:06 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 48dec2e  gnu: Add python-asyncssh.
     new 139c4ac  guix build: 'package-with-source' no longer takes a 'store' 
parameter.
     new e72cc79  guix build: Remove unnecessary (replacement #f).
     new 1ae3366  guix build: 'options->transformation' no longer takes a 
'store' parameter.
     new f68b3ba  guix build: Move transformation options to (guix 
transformations).
     new 31726f3  transformations: Raise '&formatted-message' exceptions 
instead of 'leave'.
     new 95460da  doc: Add "Defining Package Variants" section.
     new bfe82fe  pack: Relocatable wrapper leaves root available to child 
processes.
     new 1e0c382  gnu: esbuild: Update to 0.8.0.
     new 70876b0  gnu: httpie: Update to 2.3.0.

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:
 Makefile.am                                      |   3 +-
 doc/guix.texi                                    | 283 ++++++++---
 gnu/packages/aux-files/run-in-namespace.c        |  52 +-
 gnu/packages/python-web.scm                      |  11 +-
 gnu/packages/web.scm                             |  10 +-
 guix/scripts/build.scm                           | 544 +-------------------
 guix/scripts/environment.scm                     |   3 +-
 guix/scripts/graph.scm                           |  13 +-
 guix/scripts/install.scm                         |   1 +
 guix/scripts/pack.scm                            |   5 +-
 guix/scripts/package.scm                         |   5 +-
 guix/scripts/upgrade.scm                         |   1 +
 guix/transformations.scm                         | 620 +++++++++++++++++++++++
 po/guix/POTFILES.in                              |   1 +
 tests/guix-pack-relocatable.sh                   |  73 +++
 tests/{scripts-build.scm => transformations.scm} | 267 +++++-----
 16 files changed, 1110 insertions(+), 782 deletions(-)
 create mode 100644 guix/transformations.scm
 rename tests/{scripts-build.scm => transformations.scm} (63%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]