Re: guix system reconfigure: Wrong type argument in position 1 (expecting struct)

2019-06-18 Thread Giovanni Biscuolo
Ricardo Wurmus writes: [...] > Pull out the modify-services expression, so that it becomes the second > argument to “append”. Thank you Ricardo, I applied the cons* solution suggested by Julien ...what an amazing community: two answers in a few hours, you make me feel home :-D Happy Guix! Gi

Re: guix system reconfigure: Wrong type argument in position 1 (expecting struct)

2019-06-18 Thread Giovanni Biscuolo
Hello Julien, thank you for your check! Julien Lepiller writes: [...] > The result of modify-services is a list, but reading your file, it > seems you add it to the end of the (list ...) thing, Ouch... now **I see**! ...and begin to understand the error message > which is not going > to work

Re: Support for latest AMD GPU?

2019-06-18 Thread Quiliro's lists
El 2019-06-18 00:42, Parker escribió: > I understand this is a "free as in speech" distro so there's no > proprietary blobs on here. I also have the latest AMD Vega 56 GPU. On > Debian, I had to install proprietary blobs to get it to work, but it's > also my understanding that AMD has free software

Re: Using Python and GExiv2

2019-06-18 Thread sirgazil
On Mon, 17 Jun 2019 14:12:05 -0500 sirgazil wrote > Hi, > > I used to use a python script to clear image metadata in Debian: > > > import gi > gi.require_version("GExiv2", "0.10") > from gi.repository import GExiv2 > > > metadata = GExiv2.Metadata("/tmp/som

Re: guix system reconfigure: Wrong type argument in position 1 (expecting struct)

2019-06-18 Thread Ricardo Wurmus
Hi Giovanni, the problem is with your “services” field: (services (append (list … (modify-services %base-services (guix-service-type config => (guix-configuration

Re: guix system reconfigure: Wrong type argument in position 1 (expecting struct)

2019-06-18 Thread Julien Lepiller
Le Tue, 18 Jun 2019 16:53:51 +0200, Giovanni Biscuolo a écrit : > Hello Guix, > > I'm trying to reconfigure but I get this error: > > Since everytime I try to purposely add a syntax error or miss to add a > module guix correctly point that out, I doubt it depends on some error > in my config.sc

Re: Compiling Python 2.7.16

2019-06-18 Thread arkhan
great thank you very much I'll check it 18 de junio de 2019 10:24, "Ricardo Wurmus" escribió: > ark...@disroot.org writes: > >> how can I have a workflow similar to the one with pyenv + virtualenv + >> emacs, using guix + emacs ..? > > You can use separate profiles: > > guix package --profile

Re: Compiling Python 2.7.16

2019-06-18 Thread Ricardo Wurmus
ark...@disroot.org writes: > how can I have a workflow similar to the one with pyenv + virtualenv + > emacs, using guix + emacs ..? You can use separate profiles: guix package --profile=/home/me/python2 \ --install python2 python2-numpy” This will install the latest versi

guix system reconfigure: Wrong type argument in position 1 (expecting struct)

2019-06-18 Thread Giovanni Biscuolo
Hello Guix, I'm trying to reconfigure but I get this error: --8<---cut here---start->8--- ~$ sudo -i guix system reconfigure /etc/config.scm Backtrace: 14 (primitive-load "/root/.config/guix/current/bin/guix") In guix/ui.scm: 1620:12 13 (run-guix-

Re: Compiling Python 2.7.16

2019-06-18 Thread arkhan
I get it, I'm new to guix, so I think the question would be how can I have a workflow similar to the one with pyenv + virtualenv + emacs, using guix + emacs ..? __ Edison 18 de junio de 2019 9:02, "Ricardo Wurmus" escribió: > Hi Edison, > >> Hi, >> >> I'm trying to use this https://github.co

Re: How to configure Xorg to use [proprietary] Sis 771 driver on Guix?

2019-06-18 Thread znavko
sorry, that previous email contained xorg.log from another laptop. this is from my asus k50c with sis771/671: $ cat /var/log/Xorg.0.log [25.713] X.Org X Server 1.20.5 X Protocol Version 11, Revision 0 [25.714] Build Operating System: GNU GuixSD [25.714] Current Operating System: Lin

Re: Compiling Python 2.7.16

2019-06-18 Thread Ricardo Wurmus
Hi Edison, > Hi, > > I'm trying to use this https://github.com/pyenv/pyenv > > Thanks Please keep the mailing list in Cc. Generally, I don’t think pyenv is going to be useful when you’re already using Guix. In order to help you we need to have more information. Please provide answers to my p

Re: Compiling Python 2.7.16

2019-06-18 Thread Ricardo Wurmus
Hi, > I'm trying to compile the version of python 2.7.16 How? > but I get the following error > > WARNING: The Python readline extension was not compiled. Missing the GNU > readline lib? > ERROR: The Python zlib extension was not compiled. Missing the zlib? What Guix command did you run to g

Configuring Xorg

2019-06-18 Thread Marlin
What is the correct way of Using xorg options such as TearFree Rendering and setting up specific devices? I have to get the equivalent for the following xorg.conf entries: (intel igpu tearfree rendering) Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndS

Re: docker-compose not work

2019-06-18 Thread Björn Höfling
On Mon, 17 Jun 2019 03:27:30 +0200 Tobias Geerinckx-Rice wrote: > Edison, > > Edison Ibáñez wrote: > > I have tried to update the package as you can see in the paste > > > > https://bin.disroot.org/?d21a1c74236d7ebd#FlZ2iQxLIkrclC1O45wr7YuUI5bjBcjStwc710J6TWo= > > > > but I still have the same e

Support for latest AMD GPU?

2019-06-18 Thread Parker
I understand this is a "free as in speech" distro so there's no proprietary blobs on here. I also have the latest AMD Vega 56 GPU. On Debian, I had to install proprietary blobs to get it to work, but it's also my understanding that AMD has free software drivers. But then again, they could be thr