help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guix pull error with custom channel news file


From: Pierre Neidhardt
Subject: guix pull error with custom channel news file
Date: Fri, 21 Feb 2020 09:55:01 +0100

Hi!

I tried added a news file to a channel and got this error:

--8<---------------cut here---------------start------------->8---
(repl-version 0 0)
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value 
(channel-news)) (value #f))
--8<---------------cut here---------------end--------------->8---

I've followed the manual though.
In .guix-channel:

--8<---------------cut here---------------start------------->8---
(channel
 (version 0)
 (news-file "news.scm")
 (dependencies
  (channel
   (name nonguix)
   (url "https://example.org";))))
--8<---------------cut here---------------end--------------->8---

And in "news.scm" at the channel root:

--8<---------------cut here---------------start------------->8---
(channel-news
 (version 0)
 (entry (commit "25387230a7f99c2b0886488ed061747c9e00434a")
        (title (en "Great news!"))
        (body (en "This is seriously great news!"))))
--8<---------------cut here---------------end--------------->8---

Any clue what's wrong?

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]