2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

specification: Ignore channel introduction.

* src/cuirass/specification.scm (sexp->channel): Ignore channel introduction.
This commit is contained in:
Mathieu Othacehe 2021-03-10 16:37:33 +01:00
parent 9e3e9b691c
commit 5f830da3e3
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -127,13 +127,7 @@
(channel (name name)
(url url)
(branch branch)
(commit commit)
(introduction
(match (assq 'introduction rest)
(#f #f)
(('introduction intro)
(sexp->channel-introduction intro))))))
(commit commit)))
(_ #f)))