GNU bug report logs - #51061
[PATCH v2 01/23] guix: Add extracting-download.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Wed, 6 Oct 2021 15:21:01 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>, 42180 <at> debbugs.gnu.org,  51061 <at> debbugs.gnu.org
Subject: [bug#51061] [PATCH v2 02/23] guix: Add importer for hex.pm.
Date: Wed, 06 Oct 2021 21:38:34 +0200
[Message part 1 (text/plain, inline)]
Hartmut Goebel schreef op wo 06-10-2021 om 17:20 [+0200]:
> +  #:use-module (json)
> +  #:use-module (guix import utils)
> +  #:use-module ((guix import json) #:select (json-fetch))
> +  #:use-module ((guix build utils)
> +                #:select ((package-name->name+version
> +                           . hyphen-package-name->name+version)
> +                          dump-port))
> +  #:use-module ((guix licenses) #:prefix license:)
> +  #:use-module (guix monads)
> +  #:use-module (guix packages)
> +  #:use-module (guix upstream)
> +  #:use-module (guix utils)
> +  #:use-module (ice-9 match)
> +  #:use-module (ice-9 regex)
> +  #:use-module (ice-9 popen)
> +  ;;#:use-module (json)

The ;;#:use-module (json) can be removed.

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 279 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.