[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (523ecbb -> 50cb3c8)
From: |
Ricardo Wurmus |
Subject: |
branch master updated (523ecbb -> 50cb3c8) |
Date: |
Thu, 28 Sep 2017 07:25:36 -0400 (EDT) |
rekado pushed a change to branch master
in repository guix.
from 523ecbb gnu: libical: Fix libdir install path.
new 68a91a1 import: Add package->code.
new 5e892bc import: Add generic data to package converter.
new fb1db38 import: Add JSON importer.
new 50cb3c8 gnu: Add dino.
The 4 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:
Makefile.am | 3 +
doc/guix.texi | 50 +++++++++
gnu/packages/messaging.scm | 54 ++++++++++
guix/import/print.scm | 164 +++++++++++++++++++++++++++++
guix/import/utils.scm | 90 +++++++++++++++-
guix/scripts/build.scm | 18 +++-
guix/scripts/import.scm | 2 +-
guix/scripts/import/{cpan.scm => json.scm} | 36 ++++---
tests/import-utils.scm | 40 ++++++-
tests/print.scm | 64 +++++++++++
10 files changed, 504 insertions(+), 17 deletions(-)
create mode 100644 guix/import/print.scm
copy guix/scripts/import/{cpan.scm => json.scm} (71%)
create mode 100644 tests/print.scm
- branch master updated (523ecbb -> 50cb3c8),
Ricardo Wurmus <=