[no subject]

2014-01-26 Thread John Darrington
... In the meantime, here is a patch for gnuplot (without octave). This one includes some additional inputs not present in the previous patch, to provide some features.

[PATCH] gnu: Add gnuplot

2014-01-26 Thread John Darrington
* gnu/packages/maths.scm (gnuplot): New variable --- gnu/packages/maths.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 640d502..206ebba 100644 --- a/gnu/packages/maths.scm +++

‘guix archive’ doesn’t work over ‘./pre-inst-env’

2014-01-26 Thread Nikita Karetnikov
$ sudo ./pre-inst-env guix archive --generate-key $ ./pre-inst-env guix archive --export hello hello.nar error: executing `guix-authenticate': No such file or directory guix archive: error: build failed: program `guix-authenticate' failed with exit code 1 The command succeeded when I installed

Signed archives (was: ‘guix archive’ doesn’t work over ‘./pre-inst-env’)

2014-01-26 Thread Nikita Karetnikov
Indeed. I just fixed that. Thanks! Also, where can I find the corresponding NAR info file? According to this commit [1], the signature should be there. The .narinfo files are created on the fly. When looking for a binary for /nix/store/x4mnd9747fgwacjrvl1rynh59qlgz8gh-coreutils-8.21,

Re: WIP SDL packages

2014-01-26 Thread David Thompson
Ludovic Courtès l...@gnu.org writes: FYI commit 22f33e6 goes with option (1). Ludo’. Cool, thanks! - Dave

Re: [PATCH 3/3] gnu: Add octave and dependencies

2014-01-26 Thread Andreas Enge
On Sun, Jan 26, 2014 at 08:38:16AM +0100, John Darrington wrote: So it would not reduce the total number of inputs. Further, it would mean we would have to devise a number of potentially complicated patches, which we would be condemned to maintain. Further, it seems to me, to be a bit

Re: Signed archives

2014-01-26 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: Also, where can I find the corresponding NAR info file? According to this commit [1], the signature should be there. The .narinfo files are created on the fly. When looking for a binary for

Re: [PATCH 3/3] gnu: Add octave and dependencies

2014-01-26 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Sun, Jan 26, 2014 at 08:38:16AM +0100, John Darrington wrote: So it would not reduce the total number of inputs. Further, it would mean we would have to devise a number of potentially complicated patches, which we would be condemned to maintain.