packages
using a single procedure, please provide them.
;;; Kakafarm's Guix Channel
;;; Copyright © 2023-2024 Yuval Langer
;;;
;;; This file is part of Kakafarm's Guix Channel.
;;;
;;; Kakafarm's Guix Channel is free software; you can redistribute it
;;; and/or modify it under the t
I am trying to upgrade my package definition for the greader [1] [2]
text-to-speech mode.
My package definition is in:
https://codeberg.org/kakafarm/guix-kakafarm-channel/src/branch/upgrade-greader-to-0-11-18/kakafarm/packages/emacs-xyz.scm#L83
I get an error in the build phase saying that the f
Hi,
in my channel root directory I run `guix lint -L .
emacs-super-duper-yes-or-no` and get:
```
…
./kakafarm/packages/emacs-xyz.scm:160:7: warning: no tags were found
for emacs-super-duper-yes-or-no
…
```
What does it mean? How do I fix it?
Many thanks,
Yuval Langer.