How to determine the supported file systems for (uuid ...)?

2024-01-18 Thread Rodrigo Morales
In this thread [1], a user reports a problem when finding a partition by its UUID in Guix. Another user answered the following: #+BEGIN_QUOTE The code responsible for that is in (gnu build file-systems). It currently recognizes only some file system types: ISO9660, ext2/3/4, Btrfs, FAT32,

Re: Best practice when dealing with a broken package for guix home?

2024-01-18 Thread Felix Lechner via
Hi, On Thu, Jan 18 2024, Tomas Volf wrote: > periodically merge from upstream works fairly well. Hopeful that my patches will eventually get accepted, I carry them forward---unauthenticated---via rebases. Kind regards Felix

Re: Best practice when dealing with a broken package for guix home?

2024-01-18 Thread Tomas Volf
On 2024-01-18 17:59:23 +, Fredrik Salomonsson wrote: > Hi, > > Simon Tournier writes: > > > Hi, > > > > On mar., 16 janv. 2024 at 18:41, Felix Lechner via > > wrote: > >> On Tue, Jan 16 2024, Fredrik Salomonsson wrote: > >> > >>> Or how do you deal with cases when they happen? > >> > >>

Re: Why does sbcl@2.3.7 depends on bash-minimal@5.1.16

2024-01-18 Thread Felix Lechner via
Hi, On Thu, Jan 18 2024, Simon Tournier wrote: > What is not clear for me is that bash-minimal is not an inputs of the > package sbcl. Does it get pulled in via the use of 'which'? [1] Kind regards Felix [1] https://codeberg.org/lechner/guix/src/branch/master/guix/build/utils.scm#L1328

Re: Certbot override trusted CA when using custom server

2024-01-18 Thread Felix Lechner via
Hi, On Thu, Jan 18 2024, Moisés Simón wrote: > I'm running my own internal Lets Encrypt server. What's the point of running Certbot with your own certificate authority? Aren't there easier ways to distribute your own, long-term certificates? Kind regards Felix

Re: Best practice when dealing with a broken package for guix home?

2024-01-18 Thread Fredrik Salomonsson
Hi, Simon Tournier writes: > Hi, > > On mar., 16 janv. 2024 at 18:41, Felix Lechner via wrote: >> On Tue, Jan 16 2024, Fredrik Salomonsson wrote: >> >>> Or how do you deal with cases when they happen? >> >> I maintain a custom Guix with patches on top, plus my own channel. > > Well, for what

Re: IRC

2024-01-18 Thread Clément Lassieur
On Thu, Jan 18 2024, Gottfried wrote: > Hi Guix, > > to use IRC > > what do I have to install? You can also just go to https://web.libera.chat/, join #guix and say "Hi" :) > > I guess: Pidgin > or are there other clients I should prefer? > > what else? > > Is it enough to install that client or

Re: IRC

2024-01-18 Thread Felix Lechner via
On Thu, Jan 18 2024, Gottfried wrote: > to use IRC > what do I have to install? I can warmly recommend Circe in Emacs. Before that, I used WeeChat and Irssi but they are harder to configure, especially the latter. Kind regards Felix

Re: IRC

2024-01-18 Thread Julien Lepiller
Hi Gottfried, It's a matter of personal preference. I use hexchat, others use emacs, … I also have a bouncer (znc) on my server which stays connected for me. HTH! Le 18 janvier 2024 14:58:32 GMT+01:00, Gottfried a écrit : >Hi Guix, > >to use IRC > >what do I have to install? > >I guess:

Re: IRC

2024-01-18 Thread Parnikkapore via
On Thu, 2024-01-18 at 13:58 +, Gottfried wrote: > to use IRC > > what do I have to install? I'm partial to [Hexchat], although it is on the old-school side UI-wise. [Hexchat]: https://packages.guix.gnu.org/packages/hexchat Installing the client is enough. If you don't use IRC often, Guix

Re: torbrowser

2024-01-18 Thread Clément Lassieur
No problem Maybe you are not in the good place can you show the output of: pwd ? Also, where is "gfp" located? On Thu, Jan 18, 2024, at 3:01 PM, Gottfried wrote: > Am 18.01.24 um 15:39 schrieb Clément Lassieur: > > so what is the file that contains > > > > ;; Icecat Manifest > >

Re: torbrowser

2024-01-18 Thread Gottfried
Am 18.01.24 um 15:39 schrieb Clément Lassieur: so what is the file that contains     ;; Icecat Manifest     (specifications->manifest '("icecat" "ungoogled-chromium" "torbrowser")) The file is : icecat.scm it is located unter: gfp/Projekte/Icecat/ May be I don't understand

Re: torbrowser

2024-01-18 Thread Clément Lassieur
so what is the file that contains ;; Icecat Manifest (specifications->manifest '("icecat" "ungoogled-chromium" "torbrowser")) ? On Thu, Jan 18, 2024, at 2:42 PM, Gottfried wrote: > Am 18.01.24 um 15:20 schrieb Clément Lassieur: > > does the file exist? > > > > What is the output of: >

Re: torbrowser

2024-01-18 Thread Gottfried
Am 18.01.24 um 15:20 schrieb Clément Lassieur: does the file exist? What is the output of:     cat gfp/Projekte/Icecat/icecat.scm gfp@Tuxedo ~$ cat gfp/Projekte/Icecat/icecat.scm cat: gfp/Projekte/Icecat/icecat.scm: No such file or directory And what is the output of:     guix

IRC

2024-01-18 Thread Gottfried
Hi Guix, to use IRC what do I have to install? I guess: Pidgin or are there other clients I should prefer? what else? Is it enough to install that client or do I have to add something in my config.scm? -- Kind regards and thanks for help Gottfried OpenPGP_0x61FAF349C9FB7F94.asc

Re: torbrowser

2024-01-18 Thread Clément Lassieur
On Thu, Jan 18 2024, Gottfried wrote: > Am 18.01.24 um 13:02 schrieb Clément Lassieur: >> Hello! >> On Thu, Jan 18 2024, Gottfried wrote: >> > I added "torbrowser" to my icecat.scm > > ;; Icecat Manifest > (specifications->manifest '("icecat" "ungoogled-chromium" "torbrowser"))

Certbot override trusted CA when using custom server

2024-01-18 Thread Moisés Simón
Hi guix, I'm running my own internal Lets Encrypt server. The problem is certbot service even if it offers to change the server it does not specify any option to use REQUEST_CA_BUNDLE or skip ssl verificatiin (--no-verify-ssl certbot option)  you can see more of the feature here:

Re: torbrowser

2024-01-18 Thread Gottfried
Am 18.01.24 um 13:02 schrieb Clément Lassieur: Hello! On Thu, Jan 18 2024, Gottfried wrote: I added "torbrowser" to my icecat.scm ;; Icecat Manifest (specifications->manifest '("icecat" "ungoogled-chromium" "torbrowser")) I did it this way: gfp@Tuxedo ~$ guix package --upgrade

Re: torbrowser

2024-01-18 Thread Clément Lassieur
Hello! On Thu, Jan 18 2024, Gottfried wrote: >>> I added "torbrowser" to my icecat.scm >>> >>> ;; Icecat Manifest >>> (specifications->manifest '("icecat" "ungoogled-chromium" "torbrowser")) > > I did it this way: > > gfp@Tuxedo ~$ guix package --upgrade >

Re: Why does sbcl@2.3.7 depends on bash-minimal@5.1.16

2024-01-18 Thread Simon Tournier
Hi, On dim., 10 déc. 2023 at 11:00, Efraim Flashner wrote: > On Thu, Dec 07, 2023 at 05:28:47PM +0800, Pan Xie wrote: >> which part of codes in sbcl's package definition make guix include >> "bash-minimal" into sbcl's references? > > I would suggest checking the output of > 'grep bash-minimal

Re: Best practice when dealing with a broken package for guix home?

2024-01-18 Thread Simon Tournier
Hi, On mar., 16 janv. 2024 at 18:41, Felix Lechner via wrote: > On Tue, Jan 16 2024, Fredrik Salomonsson wrote: > >> Or how do you deal with cases when they happen? > > I maintain a custom Guix with patches on top, plus my own channel. Well, for what it is worth, I think the good practise is

Re: Collecting Guix talks at FOSDEM

2024-01-18 Thread Simon Tournier
Hi Steve, On mer., 17 janv. 2024 at 21:16, Steve George wrote: > Hi - initial draft of the post went to Ludo today for review (and commit > as I don't have the rights). We'll see what his reaction is to my > British English and random punctuation! ;-) Cool! Thank you. For the next time, in

Re: torbrowser

2024-01-18 Thread Gottfried
Hi, today I can use my laptop with Guix. Am 11.01.24 um 12:21 schrieb Clément Lassieur: Hi, I added "torbrowser" to my icecat.scm ;; Icecat Manifest (specifications->manifest '("icecat" "ungoogled-chromium" "torbrowser")) in my icecat profile and updated my profile How? I did it