guix-patches
[Top][All Lists]
Advanced

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

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


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

Hartmut Goebel schreef op wo 06-10-2021 om 17:20 [+0200]:
> [...]
> +;;;
> +;;; An <origin> method that fetches a package from the hex.pm repository,
> +;;; unwrapping the actual content from the download tarball.
> +;;;
> +
> +(define %hexpm-repo-url
> +  (make-parameter "https://repo.hex.pm";))
> +(define hexpm-url
> +  (string-append (%hexpm-repo-url) "/tarballs/"))

Where did you find this URL?  I took a look at https://hex.pm to download
the source code of an Erlang package, but I'm not finding any download links
for source code, for, say, <https://hex.pm/packages/idna>.  Only diffs and
‘previews’.

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]