Re: guile: warning: failed to install locale

2024-09-23 Thread Abbé
On Saturday, September 21st, 2024 at 2:51 PM, Luis Felipe wrote: > Hi Abbé, > > On 21/09/24 10:08, Abbé wrote: > > > Hi, > > > > Since I updated guix few days ago, I started observing following notice > > whenever I start a new shell (with zsh, or bash -l): > > > > =

Re: How to pack development inputs from a package

2024-09-23 Thread Reza Housseini
Greg Hogan writes: Hi Ian, hi Greg Thanks for your inputs, I tried to come up with an expression, but failed to find one working, I got stuck with guix pack -f docker -e '(@ (guix packages) (package-development-inputs (load "guix.scm")))' but it does not seem to work. I managed to make it wo

Set KVM group of guixbuild users declaratively

2024-09-23 Thread Reza Housseini
Hello Guixers According to the manual I have to set the KVM group for the guixbuild users to use qemu. But I could not find any mention how to do this with my declarative operating-system configuration. Do I have to specify the guixbuild users manually? Thanks for any help, Reza

Re: How to pack development inputs from a package

2024-09-23 Thread Greg Hogan
On Fri, Sep 20, 2024 at 9:47 AM Reza Housseini wrote: > > Hi Guixers > > From guix shell I can call > > guix shell -D -f guix.scm > > Now I want to pack those into a container with guix pack, but there is > no equivalent command there, how would I achieve this, is there an > expression I could u