guix-patches
[Top][All Lists]
Advanced

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

[bug#42180] [bug#51061] [PATCH v2 02/23] guix: Add importer for hex.pm.


From: Maxime Devos
Subject: [bug#42180] [bug#51061] [PATCH v2 02/23] guix: Add importer for hex.pm.
Date: Wed, 06 Oct 2021 21:38:34 +0200
User-agent: Evolution 3.34.2

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.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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