Re: Installation: Load non-free wifi firmware (iwlwifi)

2022-05-12 Thread
On 2022-05-11 14:31, yasu wrote: This is also an old topic, but we need lesser-help-guix@... The help-guix@... seems so much against even discussion of such things... So for now (and let me stress, I do not like this situation of self- imposed-gagging and would like to help create alternative co

blueman-applet: Failed to apply network settings on XFCE4 login

2022-05-12 Thread
Hello everyone: I have bluetooth setup on my Guix System and it works. I've added: (gnu packages networking) to (use-modules and: (simple-service 'dbus-extras dbus-root-service-type (list blueman)) in system-config.scm and a Bluetooth applet starts on XFCE4

IceWM for Guix System

2022-05-12 Thread
Hello: I wanted to set icewm as the WM in my system config - and was surprised that it's not in guix. Indeed no historical discussion on the topic indicates low interest in this WM in the Guix community. I prefer it to XFCE4 though for its simlicity and does most of what I need. Now, I'd lik

Re: IceWM for Guix System

2022-05-14 Thread
On 2022-05-13 10:22, zimoun wrote: guix build -L /tmp/my-pkgs icewm where /tmp/my-pkgs contains this file icewm.scm: ... You can address these issues, adds the list of inputs, etc. Here, icewm is bootstrapped when you could also use the release version and avoid automake and friend. Be

Re: IceWM for Guix System

2022-05-14 Thread
On 2022-05-14 20:56, Ekaitz Zarraga wrote: We try to avoid disabling tests, but for giving it a try you can set the #:tests? argument to #f. You can see how that is done in sc-im package for instance (see gnu/packages/spreadsheet.scm:62 or run `guix edit sc-im`) Thank you Ekaitz. So, indeed, i

Adding chainloader stanzas to Grub

2018-04-28 Thread
Hello: Is there a way to add full chainloader stanzas to Grub via the sysconfig file through system reconfigure in GuixSD. I'd like to have for instance the following entry added: menuentry "PureOS on /dev/sda2" { set root=(hd0,9) chainloader +1 } Can I do this? -- 白い熊@相撲道

Re: Adding chainloader stanzas to Grub

2018-04-30 Thread
direct boot. So that's what I'd like to do via system reconfigure—currently I have to manually edit the generated grub.cfg file. -- 白い熊@相撲道

Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-09 Thread
submit an updated guide to get it running. Currently, it runs as regular user — however I can't guix pull, as it fails in the check phase in guile-ssh build — as seen in the attached log. Can anyone advise how to overcome this? So I can run guix pull and then update? Many thanks. -- 白い熊@相撲

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-11 Thread
On May 9, 2018 9:10:07 PM UTC, "白い熊@相撲道" wrote: >Currently, it runs as regular user — however I can't guix pull, as it >fails in the check phase in guile-ssh build — as seen in the attached >log. > >Can anyone advise how to overcome this? So I can run guix pull

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-11 Thread
On May 12, 2018 4:42:01 AM UTC, "白い熊@相撲道" wrote: >— Build a local version of guile-ssh passing configure flags to it to >skip tests; This is getting even more confusing: guix build guile-ssh builds it without any error, doesn't fail—yet guix pull keeps failing in the sa

Re: Guix on Android works, guix pull fails on guile-ssh build in the check phase

2018-05-13 Thread
sure you commit the change that disables guile-ssh tests, or it >won't be included when "guix pull" fetches from the repo. > >If you do "guix pull" in this way, it should build the custom version >of >guile-ssh that you made which disables the tests. I haven't tried this >myself, though, so no guarantees! I hope it helps. Thanks for this guide—I'll try to experiment with it, if guile-ssh doesn't get fixed soon… -- 白い熊@相撲道

armhf guix - many packages not in substitutes repository? How to debug

2018-07-15 Thread
-- 白い熊@相撲道 Hi Guix: I'm running armhf Guix in the terminal on an Android phone. I've authorized hydra.gnu.org, ran “guix pull”, this is where the buck stops though… “guix package -u” never completes, fails inevitably, as it tries to build a lot of stuff locally, doesn't

Re: Guix on Android, getaddrinfo, failure in name resolution

2019-01-20 Thread
0.000.00 0 1 set_tls -- --- --- - - 100.00 0.000721 1375 474 total -- 白い熊@相撲道

Re: Guix on Android, getaddrinfo, failure in name resolution

2019-02-13 Thread
On February 12, 2019 4:16:04 PM UTC, "Ludovic Courtès" wrote: >Hello, > >(Sorry for the delay.) > >白い熊@相撲道 skribis: > >> On January 19, 2019 10:34:50 PM UTC, "Ludovic Courtès" >wrote: >> >>>Similarly, does /etc/nsswitch.con

Re: Guix on Android, getaddrinfo, failure in name resolution

2019-02-14 Thread
On February 13, 2019 6:19:59 PM UTC, "白い熊@相撲道" wrote: >OK through extended trial and error I've determined the following — >only group passwd resolv.conf and services need to be created in /etc > >It then struck me to start with a clean guix binary install file

Re: Guix on Android, getaddrinfo, failure in name resolution

2019-02-14 Thread
On February 14, 2019 1:54:24 PM UTC, "白い熊@相撲道" wrote: >Plus, I checked just to make sure — after this run, in the session, >guix clearly can access the internet, as “guix build hello” downloads >the hello package nicely. “guix package -i hello” fails, as it >downloads

Re: Building and installing packages with modifications

2019-02-24 Thread
guix pull” could proceed further as it would have a working “curl” installed? -- 白い熊@相撲道

Re: guixsd on macbook

2016-01-23 Thread
r solve these issues? -- 白い熊@相撲道

Export archive and import it on another machine

2016-02-18 Thread
built on Hydra? How can I install an earlier already—built version? -- 白い熊@相撲道

Re: Export archive and import it on another machine

2016-02-19 Thread
On February 18, 2016 11:34:52 PM CET, Leo Famulari wrote: >On Thu, Feb 18, 2016 at 08:01:44PM +0000, 白い熊@相撲道 wrote: >> I'm trying to export Libreoffice from one PC and import it on another >one — the reason I'm doing this is that with the latest git checkout >when I

Re: Export archive and import it on another machine

2016-02-20 Thread
On February 19, 2016 6:06:10 PM CET, Leo Famulari wrote: >On Fri, Feb 19, 2016 at 09:42:59AM +0000, 白い熊@相撲道 wrote: >> >> >> On February 18, 2016 11:34:52 PM CET, Leo Famulari > wrote: >> >On Thu, Feb 18, 2016 at 08:01:44PM +, 白い熊@相撲道 wrote: >> >&