Re: GUI for Guix

2023-10-03 Thread Daniel Meißner
Am 2. Oktober 2023 17:08:27 MESZ schrieb Ricardo Wurmus : > > Adam Faiz writes: > > >> The last message in that issue discussion is mine: > > > >>FWIW M-x guix-installed-packages (and all the other stuff) works for me > > > >> Is it *actually* broken? If it is and you can provide informatio

Re: Development repositories as Guix channels

2023-07-06 Thread Daniel Meißner
Hi Arun, Am 6. Juli 2023 16:35:06 MESZ schrieb Arun Isaac : > > Hi, > > This is with reference to the "Level 2: The repository as a channel" > section in the Guix blog post "From development environments to > continuous integration—the ultimate guide to software development with > Guix"[1]. This

Re: Deprecating legacy build phase style when cross-compiling vs. native

2022-04-01 Thread Daniel Meißner
Hi, Ludovic Courtès writes: > The easiest change is to replace: > > %output > > with: > > (assoc-ref %outputs "out") > > It’s a simple search-and-replace. > > The next step would be to use gexps and #$output, but that can be done > incrementally over time IMO. I have a patch in that directi