guix-commits
[Top][All Lists]
Advanced

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

branch master updated (7b2cb1b -> c9f321e)


From: guix-commits
Subject: branch master updated (7b2cb1b -> c9f321e)
Date: Thu, 16 Apr 2020 17:43:17 -0400 (EDT)

rekado pushed a change to branch master
in repository guix.

    from 7b2cb1b  gnu: wireshark: Update to 3.2.3.
     new 1475d45  import/print: Return license with prefix.
     new 6269dd5  import/print: package->code: Wrap build system value in 
module reference.
     new 16dd764  import/json: Add json->scheme-file.
     new f87e563  scripts/build: options->things-to-build: Handle .json files.
     new 4f353c4  scripts/package: Handle JSON files.
     new c893432  import/json: Use json->code.
     new 86a3b54  import/print: package->code: Wrap S-expression in definition.
     new 3532fc3  import/utils: alist->package: Ignore known inputs.
     new 7cef499  import/json: json->code: Handle files with more than one 
definition.
     new 3fd4c4c  import/utils: alist->package: Include arguments.
     new 3c0422b  import/print: Don't factorize URI if there's no version match.
     new c9f321e  doc: Document building and installing from JSON files.

The 12 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                | 18 +++++++++
 doc/local.mk                 |  3 +-
 doc/package-hello.json       | 31 ++++++++++++++
 guix/import/json.scm         | 61 +++++++++++++++++++++++++++-
 guix/import/print.scm        | 96 +++++++++++++++++++++++---------------------
 guix/import/utils.scm        | 36 ++++++++++++-----
 guix/scripts/build.scm       |  7 +++-
 guix/scripts/import/json.scm | 12 ++----
 guix/scripts/package.scm     |  7 +++-
 9 files changed, 202 insertions(+), 69 deletions(-)
 create mode 100644 doc/package-hello.json



reply via email to

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