Re: guile-ncurses unicode support

2024-06-09 Thread Trevor Arjeski
Hi Mike, I actually have a patch for the fix already: https://lists.gnu.org/archive/html/guix-patches/2024-05/msg01728.html Maybe you can just merge that, if you have permissions. Thanks! Trevor On Tue, Jun 4, 2024 at 8:24 AM Mike Gran wrote: > > >On Monday, June 3, 2024 at 06:08:03 PM PDT, Fr

oci-container-service-type: Wrong type argument in position 1 (expecting struct)

2024-06-09 Thread Samuel Willey
Hello, I am trying to utilize the oci-container-service-type to manage containers in Guix and running into issues. Below is the relevant portion of my config.scm: (service oci-container-service-type (list (oci-container-configuration (image "pihole/pihole:latest") (prov

Re: Remove Package from Gnome Meta-Package

2024-06-09 Thread Lee Thompson
宋文武 writes: > ``` > (define (exclude-some-packages lst) > (filter (lambda (pkg) > (not (memq pkg (list > gnome-terminal > gnome-user-docs > gnome-maps > lst)) > > > (service gnome-deskt

Re: oci-container-service-type: Wrong type argument in position 1 (expecting struct)

2024-06-09 Thread Carlo Zancanaro
Hi Samuel, On Wed, Jun 05 2024, Samuel Willey wrote: > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > In procedure struct-vtable: Wrong type argument in position 1 (expecting > struct): "pihole/pihole:latest" I believe this is a bug[1] that was fixed in a recent commit 2b2337f275a6421

Re: Come speak at the Guix Social meetup

2024-06-09 Thread Leo Famulari
On Tue, Jun 04, 2024 at 01:05:39PM +0200, Nils Landt wrote: > I built a home service for systemd. It is currently unpublished, but I could > demo it, and publish the WIP version. > > Not sure if there's enough interest in this to warrant a talk, systemd is not > packaged for Guix (and quite poss

Seeking help with g-expressions maze

2024-06-09 Thread Abbé
Hi, I'm trying to implement a guix home service module for rbw, and ended up with following: 8<--8<--- (define-module (abbe services rbw) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix gexp) #:use-modul

Re: Is there any mechanism of Guix analog to, or trick in Guile to imitate Nix flakes?

2024-06-09 Thread Abbé
On Tuesday, June 4th, 2024 at 8:03 PM, Simon Tournier wrote: > Hi, > > On Tue, 28 May 2024 at 00:37, ‪肖 海帆‬ rc...@outlook.com wrote: > > > So, is there any mechanism of Guix analog to, or trick in Guile to > > imitate the functionalities of flakes? Or is there a possibility for > > this? >