Re: Help defining a trivial package.

2019-09-02 Thread Timothy Sample
Hello, "Pierre-Henry F." writes: > > Hello Tim ! > > I'm using a couple of hours here an there to try to rebuild the package you > gave me (Thank you for that :-) ). > So far, I've built a very stupid but "working" package (see below if you > really want to ;-) ). Looks good so far! > Will

Re: How to build only Guix Manual

2019-09-02 Thread Rafael Fontenelle
Julien, Thanks, it is helping me a lot to fix errors in anchors and references already. But the compilation is not successfully completing because some os-config-* can not found -- indeed, I notice there is no os-config-* in the build tree (no pt_BR neither English one). See output of `make

adding environment variables to /etc/config.scm

2019-09-02 Thread Jonathan Lane
Hello, I have a laptop with Intel graphics and I need to set the environment variable "COGL_ATLAS_DEFAULT_BLIT_MODE=framebuffer" to fix GPU corruption issues as described here: https://wiki.archlinux.org/index.php/Intel_graphics#Troubleshooting https://bugs.freedesktop.org/show_bug.cgi?id=88584

Re: How to build only Guix Manual

2019-09-02 Thread Julien Lepiller
Le Mon, 2 Sep 2019 16:41:22 -0300, Rafael Fontenelle a écrit : > Hello, > > I'm translating Guix Manual to Brazilian Portuguese, and I want to > build only the documentation (not the software) in order to test my > translation. > > What I've got so far found: > 1- doc/build.scm : line 9 :

How to build only Guix Manual

2019-09-02 Thread Rafael Fontenelle
Hello, I'm translating Guix Manual to Brazilian Portuguese, and I want to build only the documentation (not the software) in order to test my translation. What I've got so far found: 1- doc/build.scm : line 9 : added "pt_BR" to the list of languages 2- doc/local.mk : line 21 : added

Re: Guix substitute timeout

2019-09-02 Thread Ludovic Courtès
Hi Chris! Christopher Baines skribis: > I'm unsure how well the substituter copes with unreliable network > connections, anecdotally it seems to often hang indefinitely. How often? I experienced it at some point last year but the problem vanished soon after I reported it here:

Re: Scripting guix in guile

2019-09-02 Thread Ludovic Courtès
Hi Konrad, Konrad Hinsen skribis: > The problems I see are > > 1. What to put into the #! line to locate Guile. On Guix System #!/run/current-system/profile/bin/guile is very likely to work :-), but on other systems you could use “#!/usr/bin/env guile” I suppose. > 2. How to construct the