Re: [GNUnet-developers] GSoC: Binary package distribution through GnuNet (report 1)

2015-06-13 Thread Ludovic Courtès
Hi Rémi, asg...@free.fr skribis: > I've just done an inclusion request to Guix, with the name "remibd"! Actually you had only created the account, but I’ve added you to the group. Please restrict yourself to the guix/gnunet.git repository: rem...@git.sv.gnu.org:/srv/git/guix/gnunet.git > I'

Re: Update on GuixSD containers

2015-06-13 Thread Ludovic Courtès
"Thompson, David" skribis: > On Sat, Jun 13, 2015 at 9:06 AM, Ludovic Courtès wrote: >> "Thompson, David" skribis: >> >>> On Fri, Jun 12, 2015 at 11:12 AM, Ludovic Courtès wrote: "Thompson, David" skribis: > Yeah, our daemon would do the same thing. We could maybe even have a >

Re: [PATCH] Add st

2015-06-13 Thread amirouche
I attached two patches. The second patch is to rename dwm.scm On 2015-06-12 00:15, Mark H Weaver wrote: amirou...@hypermove.net writes: On 2015-06-09 16:22, Andreas Enge wrote: +(description + "Xterm is bloated and unmaintainable. It has over 65K lines of code and Please write a mo

[PATCH] Add Qsynth.

2015-06-13 Thread Ricardo Wurmus
>From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 13 Jun 2015 19:53:48 +0200 Subject: [PATCH] gnu: Add Qsynth. * gnu/packages/audio.scm (qsynth): New variable. --- gnu/packages/audio.scm | 23 +++ 1 file changed, 23 insert

Re: [GNUnet-developers] GSoC: Binary package distribution through GnuNet (report 1)

2015-06-13 Thread asgeir
Hello, I've just done an inclusion request to Guix, with the name "remibd"! By the way, I'm will have very few moments of internet access until monday evening, therefore I'll probably be able to send my second report and upload code only on thursday. I'm a bit late, as the bindings are not funct

Re: guix import issue

2015-06-13 Thread Alex Kost
Ben Woodcroft (2015-06-13 16:22 +0300) wrote: > On 13/06/15 23:14, Ludovic Courtès wrote: >> I guess the following definitions will allow Guile-JSON to be found, >> thereby allowing ‘guix import pypi’ to work: >> >>export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.0 >>export GU

Re: guix import issue

2015-06-13 Thread Ben Woodcroft
On 13/06/15 23:14, Ludovic Courtès wrote: I guess the following definitions will allow Guile-JSON to be found, thereby allowing ‘guix import pypi’ to work: export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/2.0 export GUILE_LOAD_COMPILED_PATH=$HOME/.guix-profile/share/guile/site

Re: guix import issue

2015-06-13 Thread Ludovic Courtès
Ben Woodcroft skribis: > ben@u:~/guix/ben/packages$ guix package -i guile-json > warning: failed to install locale: Invalid argument > The following package will be installed: >guile-json 0.4.0 > /gnu/store/x1id8rf765mmjqiyr32chrma4ykx8qn5-guile-json-0.4.0 > > The following derivations will

Re: Update on GuixSD containers

2015-06-13 Thread Thompson, David
On Sat, Jun 13, 2015 at 9:06 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Fri, Jun 12, 2015 at 11:12 AM, Ludovic Courtès wrote: >>> "Thompson, David" skribis: >>> Yeah, our daemon would do the same thing. We could maybe even have a little Guile library that allows

Re: Update on GuixSD containers

2015-06-13 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Jun 12, 2015 at 11:12 AM, Ludovic Courtès wrote: >> "Thompson, David" skribis: >> >>> Yeah, our daemon would do the same thing. We could maybe even have a >>> little Guile library that allows one to evaluate arbitrary scheme code >>> from within the contain

Re: [PATCH] gnu: Add haskell-mode.

2015-06-13 Thread Federico Beffa
I started with the 'trivial-build-system' and the switched to the GNU one and forgot to delete the module imports... Updated. Regards, Fede On Fri, Jun 12, 2015 at 10:10 PM, Federico Beffa wrote: > An emacs mode for Haskell. > > Regards, > Fede From d08df1568688701e20582c74acc85b3d9b5da01a Mon S

Re: More INSTALL and HACKING docs

2015-06-13 Thread Thompson, David
On Sat, Jun 13, 2015 at 7:43 AM, Pjotr Prins wrote: > Because I don't trust my memory I tend to write up what I find out > > https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org > https://github.com/pjotrp/guix-notes/blob/master/HACKING.org > > Malcolm also started one > > https://gi

[PATCH 2/3] gnu: Add ruby-slop.

2015-06-13 Thread David Thompson
>From b92e076fbd1fdeb396044bf66df20e471710f39a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 13 Jun 2015 07:53:23 -0400 Subject: [PATCH 2/3] gnu: Add ruby-slop. * gnu/packages/ruby.scm (ruby-slop): New variable. --- gnu/packages/ruby.scm | 22 ++ 1 file changed, 22

[PATCH 3/3] gnu: Add ruby-multipart-post.

2015-06-13 Thread David Thompson
>From 9f7faeee96919ce78991e2c8321a329eab5bda75 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 13 Jun 2015 08:06:12 -0400 Subject: [PATCH 3/3] gnu: Add ruby-multipart-post. * gnu/packages/ruby.scm (ruby-multipart-post): New variable. --- gnu/packages/ruby.scm | 22 ++

[PATCH 1/3] gnu: Add ruby-git.

2015-06-13 Thread David Thompson
>From d5062fe608d840aca5034c9374dc0a99c926554b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 13 Jun 2015 07:46:02 -0400 Subject: [PATCH 1/3] gnu: Add ruby-git. * gnu/packages/ruby.scm (ruby-git): New variable. --- gnu/packages/ruby.scm | 33 + 1 file ch

Re: guix import issue

2015-06-13 Thread Ben Woodcroft
On 13/06/15 21:52, Pjotr Prins wrote: I get the same error on my recent build: ./pre-inst-env guix import gnu grep does something, ditto

Re: guix import issue

2015-06-13 Thread Pjotr Prins
I get the same error on my recent build: ./pre-inst-env guix import gnu grep does something, but ./pre-inst-env guix import pypi readlike Backtrace: In ice-9/psyntax.scm: 989: 19 [scan ((define-module (guix scripts import ...) #:use-module ...)) () ...] 279: 18 [scan ((#(syntax-object let #

More INSTALL and HACKING docs

2015-06-13 Thread Pjotr Prins
Because I don't trust my memory I tend to write up what I find out https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org https://github.com/pjotrp/guix-notes/blob/master/HACKING.org Malcolm also started one https://github.com/malcook/sce/blob/master/README.org since it is written i

Re: guix import issue

2015-06-13 Thread Ben Woodcroft
Hi, thanks for the reply. On 13/06/15 20:59, Ricardo Wurmus wrote: ERROR: In procedure scm-error: ERROR: no code for module (json) This means that guile-json cannot be found. It is needed to parse the JSON metadata for a given Python module. Hmm, installing didn't fix it though. The pythonpath

Re: guix import issue

2015-06-13 Thread Ricardo Wurmus
Hi Ben, > $ guix import pypi GroopM [...] > ERROR: In procedure scm-error: > ERROR: no code for module (json) This means that guile-json cannot be found. It is needed to parse the JSON metadata for a given Python module. You initially installed guix with the binary tarball method, did you not

guix import issue

2015-06-13 Thread Ben Woodcroft
Hi, I'm having a little trouble using guix import, after successfully running guix pull. It seems to occur regardless of the specific package I use, and a similar problem occurs when trying to import from cpan (and perhaps others). I have not previously run guix import. Any ideas? $ guix im