Re: How to pack development inputs from a package

2024-09-20 Thread Ian Eure
Hi Reza, Reza Housseini writes: 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 use? Something along the way

Re: USB wifi and Bluetooth dongles under GUIX

2024-09-20 Thread Daniel Hatton
On 20/09/2024 17:21, Andreas Enge wrote: yes, but unfortunately I cannot suggest a particular brand. I have bought a random, rather large and rather cheap external Atheros dongle years ago, and it just works. I have even somewhat twisted the metal part of the USB plug, and it still works. dmesg

Re: Custom channel is making guix pull fail

2024-09-20 Thread Luis Felipe
On 13/09/24 17:14, Luis Felipe wrote: Hi, Could you help me find out what I'm doing wrong here, please? :) I have a custom channel (https://codeberg.org/luis-felipe/guix-channel-x) that had been working fine for a very long time, but now running "guix pull" fails with the following error:

Re: Guix Social today - Bootstrapping RISC-V talk by Ekaitz

2024-09-20 Thread Steve George
Hi! Ekaitz gave a great talk about trust and the boostrap problem. And did a bit of Q&A on his future plans, along with the what it's like being sponsored to do this sort of work. The video is published: https://www.youtube.com/watch?v=Cj7DyiRqWBk If you'd like to see his slides they're availa

Re: Referring to an origin input in a package variant

2024-09-20 Thread Simon Tournier
Hi, On dim., 15 sept. 2024 at 12:52, Jake wrote: > Does our input still have a label we can refer to in a package variant? If > the input was a package, we could refer to it by the package's name > string. But what about for an origin input? Yes, the current internal for the new style works w

Re: USB wifi and Bluetooth dongles under GUIX

2024-09-20 Thread Andreas Enge
Hello Daniel, Am Thu, Sep 19, 2024 at 12:53:48PM +0100 schrieb Daniel Hatton: > - The wifi connection drops with even the lightest of physical touches on > the body of the dongle (Atheros AR9271), and because the dongle sticks out a > long way from the laptop case, it gets touched a lot. Has anyo

Re: this-package-input vs. propagated-inputs in package definition

2024-09-20 Thread Simon Tournier
Hi, On lun., 16 sept. 2024 at 13:51, Andy Tai wrote: > OK I don't know if this is "implementation detail" or a bug, or is as > intended, that > >>considering the current implementation, you cannot reach the >>propagated-inputs of the inputs using this-package-inputs. > > (seems like a bug to me)

How to pack development inputs from a package

2024-09-20 Thread Reza Housseini
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 use? Something along the way guix pack -f docker -e '(package->devel