Re: cuirass on guix on foreign distributions

2023-02-02 Thread Blake Shaw
Hi Andy, Yep, for publishing -- which is typically what you want -- its super easy too, just run: $ guix publish Hope that helps, Blake Andy Tai writes: > Hi, is it possible to run cuirass as a guix service on guix used on > top of a foreign distribution? > Thanks for info

Re: boiler plate generation with hygenic macros in guile

2022-07-28 Thread Blake Shaw
hers. Happy hacking! b On Mon, Jul 25, 2022 at 12:35 PM Liliana Marie Prikler < liliana.prik...@ist.tugraz.at> wrote: > > Hi Blake, > > Am Mittwoch, dem 20.07.2022 um 23:57 +0000 schrieb Blake Shaw: > > Ah! sorry, let me begin again: > > > > Right now I am work

Re: boiler plate generation with hygenic macros in guile

2022-07-21 Thread Blake Shaw
Ah! sorry, let me begin again: Right now I am working on a window manager extension system in Guile and GOOPs, and I want to eliminate the boilerplate for generating class slots, with a syntax-case macro like: #+begin_example scheme (define-syntax slot-machine (λ (form) (syntax-case

boiler plate generation with hygenic macros in guile

2022-07-21 Thread Blake Shaw
Hi folks,

Re: Guix Home Entertainment SoC Media Server?

2022-01-07 Thread Blake Shaw
Edouard Klein writes: thanks Edouard! I will definitely update this thread with my progress :) -- “In girum imus nocte et consumimur igni”

Guix Home Entertainment SoC Media Server?

2022-01-07 Thread Blake Shaw
Hiya Guix! I just got a TV and want to put together a little SoC home media server for it (perhaps with beaglebone black, as that appears to be the recommended SoC for Guix). Has anyone had any experience with this? Thoughts? I figure it could be a fun use of `Guix Deploy`, but I've never put

packages won't pass white space linting -- what am I doing wrong?

2021-11-12 Thread Blake Shaw
hiya guix, I have a set of packages ready to send upstream, but I can't seem to to get them to pass tabulation tests in the linter. as an example, I here is the package notcurses which builds and installs fine, yet while I wrote it using `guix-devel-mode` in emacs and its thus indented