[PATCH 1/1] import: Add gopkg importer.

2018-04-27 Thread Rouby Pierre-Antoine
* guix/import/gopkg.scm: New file. * guix/scripts/import/gopkg.scm: New file. * guix/scripts/import.scm: Add 'gopkg'. * Makefile.am: Add 'gopkg' importer in modules list. --- Makefile.am | 1 + guix/import/gopkg.scm | 294 ++ guix/scripts

a guile based build tool at the base of a guile-build-system

2018-04-27 Thread Catonano
2018-04-23 10:20 GMT+02:00 Ludovic Courtès : > Hello Ricardo & all! > > Ricardo Wurmus skribis: > > > I’m happy to announce that the group I’m working with has released a > > preprint of a paper on reproducibility with the title: > > > > Reproducible genomics analysis pipelines with GNU Guix

Re: Org-mode for Haunt

2018-04-27 Thread Catonano
2018-04-26 19:59 GMT+02:00 swedebugia : > Hi > The source code is not available via the git repository on that page and > neither anywhere else according to a quick search. > Is 0.3 the latest release? > You could try to contact Wingo. The last line of the page about guile-present invites to cont

Re: Use .authinfo for git credentials

2018-04-27 Thread Pierre Neidhardt
Yes, that sounds like the right approach. I'll look into packaging it then! -- Pierre Neidhardt The other line moves faster. signature.asc Description: PGP signature

[no subject]

2018-04-27 Thread Catonano
it's 17:05 of april 27th I just pulled guix and tried to build it with this result impossibile aprire ./doc/guix.fr.texi: No such file or directory ERROR: In procedure lstat: In procedure lstat: File o directory non esistente: "/home/catonano/GNU/guix/doc/contributing.fr.texi"

Re: create a symlink

2018-04-27 Thread Danny Milosavljevic
Hi Rene, are you sure you put the call into guix/scripts/system.scm ? There are a lot of #$ things there already - should work. In gnu/build/install.scm it's not going to work. The Guix high-level packaging stuff is not available build-side, only host-side. Can you provide a patch of what you

Re:

2018-04-27 Thread Pierre Neidhardt
I've run into the same issue. After a `make clean` it did build properly though. -- Pierre Neidhardt Art is anything you can get away with. -- Marshall McLuhan. signature.asc Description: PGP signature

Re: Generating wrappers for execution in non-root non-Guix contexts

2018-04-27 Thread Ludovic Courtès
Hello! Chris Marusich skribis: > ludovic.cour...@inria.fr (Ludovic Courtès) writes: > >> Hello Guix! >> >> The hack below allows ‘guix pack’ to produce wrappers that allow, >> through user namespaces, programs to automatically relocate themselves >> when you run them unprivileged on a machine th

GSoC-2018

2018-04-27 Thread Sandeep Subramanian
Hi all, I am Sandeep Subramanian (uniq10) and I have been selected for the GSoC-2018 project "Continue rewrite build daemon in Guile Scheme". (Project description: https://libreplanet.org/wiki/Group:Guix/GSoC-2018#Continue_rewrite_build_daemon_in_Guile_Scheme ) I am very excited to work on this p

Re:

2018-04-27 Thread Catonano
2018-04-27 18:30 GMT+02:00 Pierre Neidhardt : > > I've run into the same issue. After a `make clean` it did build properly > though. > yes, thanks

Re: GSoC-2018

2018-04-27 Thread Catonano
2018-04-27 19:43 GMT+02:00 Sandeep Subramanian < sandeepsubramania...@gmail.com>: > Hi all, > > I am Sandeep Subramanian (uniq10) and I have been selected for the > GSoC-2018 project "Continue rewrite build daemon in Guile Scheme". > (Project description: > https://libreplanet.org/wiki/Group:Guix/

Should python-build-system packages have native-inputs?

2018-04-27 Thread Chris Marusich
Hi Guix, I've noticed that a fair number of packages in gnu/packages/python.scm using the python-build-system declare native-inputs. I suspect that in every case, these should actually just be inputs. I also suspect that this is benign, except perhaps for the fact that it may confuse Pythonistas