Re: Including sources in guix archive --export

2018-09-24 Thread Ludovic Courtès
Hi Georges, Dupéron Georges skribis: > Thanks a lot Ludovic, this really helped :) . > > The following command nearly worked: > > guix archive --export --recursive hello $(guix build --source > --sources=transitive hello $MORE_SOURCES) > > but I had to explicitly add more sources, namely

Re: Anyone having troubles with GRUB full disk decryption sometimes not decrypting?

2018-09-24 Thread Ludovic Courtès
Hello, Christopher Lemmer Webber skribis: > The problem I have been having though, and it seems to be with increased > frequency, is that it frequently seems to freeze before booting. > > I can type in my passphrase, after about 10 seconds of waiting it will > say "Slot 0 unlocked." Usually if

Re: Custom kernel error: kernel module not found "xts" "/gnu/store/...-linux-custom-4.14.69/lib/modules"

2018-09-24 Thread Pierre Neidhardt
Fantastic, thank you so much for this! The "linux-initrd.scm" file is very insightful. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Other web-browser for tor

2018-09-24 Thread znavko
Hello! I am using GNU IceCat, that has Network Settings for using proxy. I can use tor with it. I was using Abrowaser on trisquel, but GuixSD repository has no such: $ guix package -s abrowser $ I've found other browsers with `guix package -s 'web browser'` but all of that I've installed has

Re: Custom kernel error: kernel module not found "xts" "/gnu/store/...-linux-custom-4.14.69/lib/modules"

2018-09-24 Thread Ludovic Courtès
Hello Pierre, Pierre Neidhardt skribis: > The list of module does not match the expectation I guess but I don't > know what Guix is trying to do here. There’s a list of modules that must be present in the initrd, specified by the ‘initrd-modules’ field. By default that list is:

Re: Other web-browser for tor

2018-09-24 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Hi znavko, > >> I've found other browsers with `guix package -s 'web browser'` but all >> of that I've installed has no Network configurations . Epiphany, >> Dillo, Conkeror can't. > > Epiphany and Eolie both should accept the GNOME network settings, where > you can

Re: Anyone having troubles with GRUB full disk decryption sometimes not decrypting?

2018-09-24 Thread Mike Gerwitz
On Sat, Sep 22, 2018 at 10:27:14 -0400, Christopher Lemmer Webber wrote: > Unfortunately, I have to sometimes try up to 30 times before it will > boot, because it either freezes at: > - right after "Slot 0 unlocked" > - right after the menu selection on the Grub menu is made, before >booting

Re: Including sources in guix archive --export

2018-09-24 Thread Dupéron Georges
Hi Ludovic, On my system, $ guix build --sources=all hello /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz $ guix build --source --sources=all hello /gnu/store/hbdalsf5lpf01x4dcknwx6xbn6n5km6k-hello-2.10.tar.gz whereas guix build --source --sources=transitive hello does give a

Re: Anyone having troubles with GRUB full disk decryption sometimes not decrypting?

2018-09-24 Thread Ricardo Wurmus
Christopher Lemmer Webber writes: > Unfortunately, I have to sometimes try up to 30 times before it will > boot, because it either freezes at: > - right after "Slot 0 unlocked" > - right after the menu selection on the Grub menu is made, before >booting into the OS proper. I have not