mbox series

[bug#42180,0/1] guix: Add importer for hex.pm.

Message ID 20201102141848.19101-1-pukkamustard@posteo.net
Headers show
Series guix: Add importer for hex.pm. | expand

Message

pukkamustard Nov. 2, 2020, 2:18 p.m. UTC
Small fix of commit by Hartmut Goebel that makes patch series compile towards current master.

Hartmut Goebel (1):
  guix: Add importer for hex.pm.

 Makefile.am                   |   3 +
 guix/hexpm-download.scm       |  73 +++++++++
 guix/import/hexpm.scm         | 298 ++++++++++++++++++++++++++++++++++
 guix/import/utils.scm         |   1 +
 guix/scripts/import.scm       |   2 +-
 guix/scripts/import/hexpm.scm | 114 +++++++++++++
 guix/upstream.scm             |  20 ++-
 7 files changed, 509 insertions(+), 2 deletions(-)
 create mode 100644 guix/hexpm-download.scm
 create mode 100644 guix/import/hexpm.scm
 create mode 100644 guix/scripts/import/hexpm.scm