Problem on packaging qt-light extension for Chicken

2021-01-05 Thread Reza Alizadeh Majd
Hi Guix, trying to prepare package for qt-light[1] extension for chicken-scheme, I faced an issue about finding the extension in cache. my package definition: --8<---cut here---start->8--- (use-modules (gnu) (guix build-system chicken)

Re: No Explicit Python Version Dependency In Package Definitions?

2021-01-05 Thread Phil
Thanks for the reply. Christopher Baines writes: > Build systems are a mechanic to deduplicate common steps, but also > common inputs between packages, and the python-build-system will include > a default Python as an input. > > https://git.savannah.gnu.org/cgit/guix.git/tree/guix/build-system/py

Re: Channel details of profile generation

2021-01-05 Thread zimoun
Hi, On Mon, 4 Jan 2021 at 18:29, Phil wrote: > > Could you share how you generated the profile ’my-profile’? > > Yes - the issue here appears to be the inclusion of a package from a > private channel in the manifest. > > If I create a manifest only using Guix packages - everything looks OK - eg:

stumpwm contrib modules have been broken

2021-01-05 Thread Katherine Cox-Buday
Sometime recently, the way Common Lisp code is compiled was changed (for the better, I think), and now my StumpWM contrib modules won't load. Here's why: StumpWM looks[1] for .asd files to determine what is a module. Guix's Common Lisp build system used to combine an entire system into a single .f

Re: No Explicit Python Version Dependency In Package Definitions?

2021-01-05 Thread Christopher Baines
Phil writes: > Thanks for the reply. > > Christopher Baines writes: > >> Build systems are a mechanic to deduplicate common steps, but also >> common inputs between packages, and the python-build-system will include >> a default Python as an input. >> >> https://git.savannah.gnu.org/cgit/guix.gi

How can I have a static IP on one NIC and DHCP on the other?

2021-01-05 Thread Katherine Cox-Buday
Is it possible to define an operating-system which runs DHCP on one NIC, and has a static address on the other? I'm getting: guix system: error: service 'networking' provided more than once if i try and define service for dhcp-client-service-type and static-networking-service. -- Katherine

Re: How can I have a static IP on one NIC and DHCP on the other?

2021-01-05 Thread divoplade
Hello Katherine, Le mardi 05 janvier 2021 à 15:49 -0600, Katherine Cox-Buday a écrit : > Is it possible to define an operating-system which runs DHCP on one > NIC, > and has a static address on the other? For a slightly different problem (adding a static ipv6 on the same interface, [1]), I ended

Re: Fast `guix environment --container' switch

2021-01-05 Thread Christopher Lemmer Webber
This is very cool. We need something like this! I'm replying partly to make a note that here's where some of this conversation is... but I'm going to try to write an email over the next couple of weeks of how to lead the way for making users safe through Guix. This is a useful reference starting

Re: No Explicit Python Version Dependency In Package Definitions?

2021-01-05 Thread Ricardo Wurmus
Hi Phil, > So I have a system say with python3.8 and python-scipy, and I decide I > want to then install python-pandas (for example). Will it not then > build this for python 3.9 (due to the new definition), if the version of > python has incremented between the installs of python-scipy and > p

Re: EXWM: file or program not found, ls

2021-01-05 Thread Gary Johnson
Hi Olivier, I'm also on GuixSD, using EXWM as my window manager. It sounds like you have an issue with your PATH environment variable. I set my environment variables in ~/.bash_profile, so that they are automatically set on login and are therefore propagated to Emacs when it is started by EXWM.