guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 6/7] guix build: Add 'build-package'.


From: Alex Kost
Subject: Re: [PATCH 6/7] guix build: Add 'build-package'.
Date: Sun, 06 Sep 2015 12:32:06 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost (2015-09-06 12:03 +0300) wrote:

[...]
> diff --git a/guix/store.scm b/guix/store.scm
> index 132b8a3..93f2c77 100644
> --- a/guix/store.scm
> +++ b/guix/store.scm
> @@ -58,6 +58,7 @@
>              close-connection
>              with-store
>              set-build-options
> +            set-build-options*
>              valid-path?
>              query-path-hash
>              hash-part->path
> @@ -535,6 +536,9 @@ encoding conversion errors."
>      (let loop ((done? (process-stderr server)))
>        (or done? (process-stderr server)))))
>  
> +(define set-build-options*
> +  (store-lift set-build-options))

Arr, sorry, I sent the wrong patch: ‘set-build-options*’ should be moved
after ‘store-lift’ is defined.  In the current patch I put it after
‘build’ procedure.

Attachment: 0001-store-Add-set-build-options.patch
Description: Text Data


reply via email to

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