guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] guix: Add downloader for Mercurial repositories.


From: Ludovic Courtès
Subject: Re: [PATCH] guix: Add downloader for Mercurial repositories.
Date: Wed, 15 Jun 2016 15:34:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * guix/build/hg.scm: New file.
> * guix/hg-download.scm: New file.
> * Makefile.am (MODULES): Add them.

[...]

> +    (gexp->derivation (or name "hg-checkout") build
> +                      #:system system
> +                      #:local-build? #t           ;don't offload repo cloning
> +                      #:hash-algo hash-algo
> +                      #:hash hash
> +                      #:recursive? #t
> +                      #:modules '((guix build hg)
> +                                  (guix build utils))
> +                      #:guile-for-build guile
> +                      #:local-build? #t)))

Apart from the duplicate #:local-build? that Efraim reported on IRC,
this looks all good!

Danke,
Ludo’.



reply via email to

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