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: Ricardo Wurmus
Subject: Re: [PATCH] guix: Add downloader for Mercurial repositories.
Date: Wed, 15 Jun 2016 17:10:16 +0200
User-agent: mu4e 0.9.16; emacs 24.5.1

Ludovic Courtès <address@hidden> writes:

> 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!

Thanks.  I removed the second “#:local-build?” (someone™ should also
remove it from “git-download.scm” which served as a template) and pushed
to master.

~~ Ricardo




reply via email to

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