Problem: a makeinfo running in build stages cannot output epub3?

2024-05-13 Thread Yuval Langer
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

Failing to build my package definition of emacs-greader-mode.

2024-09-30 Thread Yuval Langer
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

What does "warning: no tags were found for ..." mean when running `guix lint`?

2025-03-07 Thread Yuval Langer
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.