Re: Signed archives (preliminary patch)

2014-03-31 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Nikita Karetnikov skribis: [...] >> +(raise (condition (&message (message "invalid hash")) >> + (&nar-invalid-hash-error >> + (port port) (file file) >> +

Re: [PATCH] gnu: Add guile-json.

2014-03-31 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/guile.scm (guile-json): New variable. Excellent. :-) > +(synopsis "A JSON module for Guile") Without “A ”, IMO. OK to push! Ludo’.

Re: Support for signed substitutes pushed

2014-03-31 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > I ran into some problems setting up substitution: when running > # guix archive --authorize < hydra.gnu.org.pub > guix persistently returned > guix archive: error: No such file or directory > > I was finally able to resolve this problem by > # mkdir /usr/local/et

[PATCH] gnu: Add guile-json.

2014-03-31 Thread Cyril Roelandt
* gnu/packages/guile.scm (guile-json): New variable. --- gnu/packages/guile.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index d1ea6e8..3394f8a 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -

Re: Support for signed substitutes pushed

2014-03-31 Thread Alex Sassmannshausen
Hello, I ran into some problems setting up substitution: when running # guix archive --authorize < hydra.gnu.org.pub guix persistently returned guix archive: error: No such file or directory I was finally able to resolve this problem by # mkdir /usr/local/etc/guix In config.scm %config-directo

Re: [Patch] Remove unused lambda arguments and prefer separate phases over augmented phases.

2014-03-31 Thread Ludovic Courtès
Eric Bavier skribis: > My previous patch raised the question about whether it's wise to use > something like:: > > #:phases > (alist-replace > 'foo > (lambda* (#:key #:allow-other-keys #:rest args) >(let ((foo (assoc-ref 'foo %standard-phases))) > (frobnicate) > (apply foo args

Re: Guix, Hydra & Nix

2014-03-31 Thread Ludovic Courtès
Hello! Sree Harsha Totakura skribis: > On 03/28/2014 10:26 PM, Ludovic Courtès wrote: >> Sree Harsha Totakura skribis: >> >>> From the sources, I found that build-aux/hydra/*.scm convert packages into a >>> format hydra understands for building them. >> >> Yes. Specifically, build-aux/hydra/

Re: Guix, Hydra & Nix

2014-03-31 Thread Sree Harsha Totakura
Hi Ludo, Thank you very much. Please ACK my understanding. On 03/28/2014 10:26 PM, Ludovic Courtès wrote: > Sree Harsha Totakura skribis: > >> From the sources, I found that build-aux/hydra/*.scm convert packages into a >> format hydra understands for building them. > > Yes. Specifically, bu