Sourcing a script in phases

2022-12-25 Thread phodina via
Hi, is there a way to source a script in the phases? I tried to do: (invoke "source" "env.sh") or (invoke "." "env.sh") But it didn't work since they are builtin in the shell. Petr

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-25 Thread Trev
Paul Jewell writes: > Hi Trev, > > Thanks for the reply! > > On 25/12/2022 07:41, Trev wrote: >> Paul Jewell via writes: >> >>> Good morning Guix, >>> >>> I have a working stumpwm config which I use on my desktop gentoo >>> installation, and I want to use the same configuration file under guix.

Re: guix package build: can distcc be used?

2022-12-25 Thread Adam Faiz
curious if distcc can be used for building packages in Guix? If yes that can reduce the time spent in building significantly. Currently, guix build doesn't support distcc for distributing individual source code files for compilation. However, guix offload can be used to offload the whole build

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-25 Thread Trev
Paul Jewell via writes: > Good morning Guix, > > I have a working stumpwm config which I use on my desktop gentoo > installation, and I want to use the same configuration file under guix. > Unfortunately I run into a problem as when stumpwm starts, it complains > it can't find package "ql".

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-25 Thread Trev
Paul Jewell via writes: > Good morning Guix, > > I have a working stumpwm config which I use on my desktop gentoo > installation, and I want to use the same configuration file under guix. > Unfortunately I run into a problem as when stumpwm starts, it complains > it can't find package "ql".

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-25 Thread Paul Jewell via
Hi Trev, Thanks for the reply! On 25/12/2022 07:41, Trev wrote: Paul Jewell via writes: Good morning Guix, I have a working stumpwm config which I use on my desktop gentoo installation, and I want to use the same configuration file under guix. Unfortunately I run into a problem as when