Re: error setting console font in system.scm

2020-06-13 Thread John Soo
Hello Fullbert, Fulbert writes: > Trying to change console font with the following in "services" section > of my system configuration file : > > > … > (services (append (list > … > (service console-font-service-type > `(("tty3" . ,(file-append font-terminus >

Re: Failed to install ungoogled-chromium

2020-06-13 Thread Ricardo Wurmus
ark...@disroot.org writes: > I am trying to install ungoogled-chromium, but when I start applying > the patches it gives the following error: As of commit ea7882b2e397633eccf2ec7205404bec30f74312 I don’t see any problems in building ungoogled-chromium. I’m getting a substitute from ci.guix.gn

BPF in linux-libre

2020-06-13 Thread John Soo
Hi Guix, I was in the mood to try some of these new bpf tools. Does the linux libre kernel support it? Thanks! John

Re: Failed to install ungoogled-chromium

2020-06-13 Thread Dmitry Alexandrov
ark...@disroot.org wrote: > https://bin.disroot.org/?a5a35c2c0b751c30#AdWvRzuXMWfWe5cYN21CAcnXaR9iPw1BhjxftDqw3xtx All it says is: | JavaScript is required for PrivateBin to work. Sorry for the inconvenience. In any case, this is not IRC. Pastebins have no use here. patch-shebang: ./v8/tools/un

error setting console font in system.scm

2020-06-13 Thread Fulbert
Hi Guixers, (define myself (guix-noob-user (not (programmer Trying to change console font with the following in "services" section of my system configuration file : … (services (append (list … (service console-font-service-type `(("tty3" . ,(file-appe

error setting console font in system.scm

2020-06-13 Thread Fulbert
Hi Guixers, (define myself (guix-noob-user (not (programmer Trying to change console font with the following in "services" section of my system configuration file : … (services (append (list … (service console-font-service-type `(("tty3" . ,(file-appen

Failed to install ungoogled-chromium

2020-06-13 Thread arkhan
Cheers, I am trying to install ungoogled-chromium, but when I start applying the patches it gives the following error: https://bin.disroot.org/?a5a35c2c0b751c30#AdWvRzuXMWfWe5cYN21CAcnXaR9iPw1BhjxftDqw3xtx Thanks for the help