Re: How do I define a package?

2018-08-29 Thread Luther Thompson
On Wed, 22 Aug 2018 02:01:26 -0400 Leo Famulari wrote: > Looking at some other Guix packages using the scons-build-system, it > seems like the Sconscripts usually take a 'PREFIX' or 'prefix' > argument that should contain the output directory in /gnu/store. > > For example: > > -- >

Re: confusion/mdl

2018-08-29 Thread Benjamin Slade
Thanks, that at least gives me a place to start. On 2018-08-29T09:29:40-0600, Pierre Neidhardt wrote: > > macros.cpp: In function ‘mdl_value_t* mdl_get_atom(const char*, bool, > > mdl_value_t*)’: > > macros.cpp:616:27: error: invalid conversion from ‘const char*’ to ‘char*’ > >

Re: Guix and Emacs Integration for Polyglot Development

2018-08-29 Thread Jan Nieuwenhuizen
Hi! Just subscribed to help-guix because of a request on IRC, so hoping that OP is subscribed here, or someone can notify them. I have an ugly hack to switch emacs to a profile or environment. It parses the /etc/profile script...using MANIFEST or `--search-paths' would be much nicer... Anyway,