Re: Newbie user: Feedback on custom package definition

2023-02-28 Thread 宋文武
Rodrigo Morales writes: > [...] > | #:builder > | #~(begin > | (use-modules (guix build utils)) > | (chdir (assoc-ref %build-inputs "source")) > | (install-file "org-recoll.el" > |(string-append > |

Newbie user: Feedback on custom package definition

2023-02-28 Thread Rodrigo Morales
Table of Contents _ 1. The context 2. The package I wrote 3. The questions 1 The context = Newbie user here. I'm learning how to write my own Guix packages. I've written the following package (please see next section). I have been able to successfully install i

Re: Guix can't find substitutes, even though guix weather claims they exist

2023-02-28 Thread Timo Wilken
Hi Tobias, On Tue Feb 28, 2023 at 9:38 PM CET, Tobias Geerinckx-Rice wrote: > Timo Wilken 写道: > > $ guix describe > > Generation 69 Feb 26 2023 15:09:41(current) > > Nice. Hehe :) > You should pull and try again. There was a bug the past week that > had exactly this effect, and simpl

Re: Guix can't find substitutes, even though guix weather claims they exist

2023-02-28 Thread Tobias Geerinckx-Rice
Hi Timo, Timo Wilken 写道: $ guix describe Generation 69 Feb 26 2023 15:09:41(current) Nice. You should pull and try again. There was a bug the past week that had exactly this effect, and simply updating Guix will likely make your woes go away. Kind regards, T G-R signature.asc De

Guix can't find substitutes, even though guix weather claims they exist

2023-02-28 Thread Timo Wilken
Hi, I'm trying to run ungoogled-chromium, but Guix doesn't seem to be able to download substitutes for it, even though "guix weather" claims that they should be available. See below for my shell session. What's going wrong here? Is there anything I can do to get substitutes? Thanks, Timo ---

Re: How to handle concurrent QT versions

2023-02-28 Thread Andreas Enge
Hello, Am Tue, Feb 28, 2023 at 12:25:13PM +0100 schrieb Alexander Asteroth: > since two month I didn't update my guix system now since I have a few > self compiled softwares that depend on QT@5.15 (qtbase, etc.) which I > need every day. Now version 6 of QT replaces 5 everywhere and whithout > upd

Re: delete generations

2023-02-28 Thread Gottfried
Hi, thank you very much. I was reading the manual and looking for garbage collection, but I didn’t find that. Kind regards Gottfried Am 27.02.23 um 17:32 schrieb Andreas Enge: Hello, Am Mon, Feb 27, 2023 at 10:58:54AM + schrieb Gottfried: is this command right to delete generation 1

How to handle concurrent QT versions

2023-02-28 Thread Alexander Asteroth
Dear all, since two month I didn't update my guix system now since I have a few self compiled softwares that depend on QT@5.15 (qtbase, etc.) which I need every day. Now version 6 of QT replaces 5 everywhere and whithout updating to 6 I cannot update a lot of other packages. How do you guys handl