Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-24 Thread Paul Jewell via
Hi Felix, Thanks for the response! On 25/12/2022 04:29, Felix Lechner wrote: Hi Paul, On Sat, Dec 24, 2022 at 1:46 AM Paul Jewell via wrote: I want to use the same configuration file under guix. Unfortunately I run into a problem as when stumpwm starts, it complains it can't find package "ql

Re: Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-24 Thread Felix Lechner via
Hi Paul, On Sat, Dec 24, 2022 at 1:46 AM Paul Jewell via wrote: > > I want to use the same configuration file under guix. > Unfortunately I run into a problem as when stumpwm starts, it complains > it can't find package "ql". I have used StumpWM with simple configurations. I used only CL modules

Re: Common Lisp cli package example

2022-12-24 Thread Kefir .
Oh, this looks cool, thank you for the explanation :) > On Dec 24, 2022, at 10:57 PM, Russell Sim wrote: > > Hey, > > "Kefir ." writes: > >> Hi guix! Is there an example of common lisp command line utility >> packaged using guix? > > I am only new to Guix, the most straight forward I found

Re: PinePhone Pro & Guix

2022-12-24 Thread Vagrant Cascadian
On 2022-12-24, phodina wrote: >> Hi all, I'm trying to write a guix code that will generate images for >> pinephone pro. Can anyone share the config .scm file if anyone has done it? >> Thanks. ... > After these environments are running in Guix we can look into the > hardware. The biggest drawback I

Re: PinePhone Pro & Guix

2022-12-24 Thread Vagrant Cascadian
On 2022-12-24, david larsson wrote: > On 2022-12-24 21:18, phodina wrote: >>> Hi all, I'm trying to write a guix code that will generate images for >>> pinephone pro. Can anyone share the config .scm file if anyone has >>> done it? >>> Thanks. >> >> I do have same interest in mind. The bigger iss

Re: Corefreq: How to specify output in OS definition

2022-12-24 Thread Tobias Geerinckx-Rice
Hi Petr, I think this package might predate k-l-m, in which case the honest answer is ‘I don't’ :-) If it's not supported, however, it should be. I'll try to remember to check how I use it when I get back to my laptop. If I forget, complain. Kind regards, T G-R Sent on the go. Excuse or e

Corefreq: How to specify output in OS definition

2022-12-24 Thread phodina via
Hi Tobias, how do you specify output "linux-module" for the package corefreq in the OS definition in the field kernel-loadable-modules? Petr

Re: PinePhone Pro & Guix

2022-12-24 Thread david larsson
On 2022-12-24 21:18, phodina wrote: Hello, Hi all, I'm trying to write a guix code that will generate images for pinephone pro. Can anyone share the config .scm file if anyone has done it? Thanks. I do have same interest in mind. The bigger issue I'd say is to have working mobile UI environ

Re: Common Lisp cli package example

2022-12-24 Thread Russell Sim
Hey, "Kefir ." writes: > Hi guix! Is there an example of common lisp command line utility > packaged using guix? I am only new to Guix, the most straight forward I found was to use the `build-program' phase. I followed StumpWM as an example[1]. --8<---cut here---start

Re: PinePhone Pro & Guix

2022-12-24 Thread phodina
Hello, > Hi all, I'm trying to write a guix code that will generate images for > pinephone pro. Can anyone share the config .scm file if anyone has done it? > Thanks. I do have same interest in mind. The bigger issue I'd say is to have working mobile UI environment as the console would otherwise

Re: Changing dns during installation

2022-12-24 Thread Wolf
On 2022-12-24 19:20:06 +0300, Kefir . wrote: > Hi guix, is there way to change nameservers during manual installation? > I did not test it, so sorry if this is wrong, but I would assume something like echo nameserver 1.1.1.1 >/etc/resolv.conf should work? Did you try it? W. -- There are

Re: Changing dns during installation

2022-12-24 Thread Tobias Geerinckx-Rice
I've not done so myself, but since you're at a terminal: is editing /etc/resolv.conf not enough? Or does NM periodically overwrite it even when the connection's stable? Kind regards, T G-R Sent on the go. Excuse or enjoy my brevity.

Changing dns during installation

2022-12-24 Thread Kefir .
Hi guix, is there way to change nameservers during manual installation?

Re: installing of two versions of package Musescore

2022-12-24 Thread Gottfried
Hi Csepp, 1. I think the best idea in my case is to create a separate profile with only musescore 3.6.2 in it. 2. And in my main profile the package musescore will be updated to version 4.0. and so on. Later, if version 4.0 will bei o.k. I can delete the profile with Musescore 3.6.2 So I a

Fwd: [PATCH] gnu: Add python-tcod.

2022-12-24 Thread Kefir .
Could not sent to guix-patches, forward here > From: Adam Kandur > Date: December 19, 2022 at 12:11:23 AM GMT+3 > To: guix-patc...@gnu.org > Cc: Adam Kandur > Subject: [PATCH] gnu: Add python-tcod. > > * gnu/packages/game-development.scm (python-tcod): New variable. > --- > gnu/packages/game-d

PinePhone Pro & Guix

2022-12-24 Thread Science Fiction
Hi all, I'm trying to write a guix code that will generate images for pinephone pro. Can anyone share the config .scm file if anyone has done it? Thanks.

Error in service module upon first login as root

2022-12-24 Thread Nathan Henrie
Hello — I’m trying my first guix system install, on an older Acer laptop). The installer image seems to work fine so I had high hopes that the hardware would be compatible. I’m using the console-based installation which makes it easier to use a BTRFS root with my preferred subvolume layout. Unf

Common Lisp cli package example

2022-12-24 Thread Kefir .
Hi guix! Is there an example of common lisp command line utility packaged using guix?

Stumpwm & using Lisp in guix - particularly quicklisp

2022-12-24 Thread Paul Jewell via
Good morning Guix, I have a working stumpwm config which I use on my desktop gentoo installation, and I want to use the same configuration file under guix. Unfortunately I run into a problem as when stumpwm starts, it complains it can't find package "ql". Quicklisp is installed in my user home

guix package build: can distcc be used?

2022-12-24 Thread Andy Tai
curious if distcc can be used for building packages in Guix? If yes that can reduce the time spent in building significantly.