[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-ipfs updated (d0a7961 -> c381c2f)
From: |
Pierre Neidhardt |
Subject: |
branch wip-ipfs updated (d0a7961 -> c381c2f) |
Date: |
Wed, 17 Oct 2018 12:57:09 -0400 (EDT) |
ambrevar pushed a change to branch wip-ipfs
in repository guix.
from d0a7961 Add gx (WIP)
new 58d5f8f import: Add Go importer
new f26c3ac gnu: ipfs-go-ipfs-cmdkit (DRAFT)
new c381c2f gx-download (DRAFT)
The 3 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 | 10 +-
doc/guix.texi | 9 +-
gnu/packages/ipfs.scm | 25 ++
guix/build/gx.scm | 60 +++++
guix/gx-download.scm | 131 ++++++++++
guix/import/gopkg.scm | 356 +++++++++++++++++++++++++++
guix/scripts/import.scm | 2 +-
guix/scripts/import/{crate.scm => gopkg.scm} | 31 ++-
8 files changed, 605 insertions(+), 19 deletions(-)
create mode 100644 guix/build/gx.scm
create mode 100644 guix/gx-download.scm
create mode 100644 guix/import/gopkg.scm
copy guix/scripts/import/{crate.scm => gopkg.scm} (75%)
- branch wip-ipfs updated (d0a7961 -> c381c2f),
Pierre Neidhardt <=