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
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
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
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
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 #
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
>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
>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 ++
>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
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
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
"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
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
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
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
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
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
>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
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
"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
>
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'
21 matches
Mail list logo