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

Fix specification creation.

This commit is contained in:
Mathieu Othacehe 2021-03-12 18:35:08 +01:00
parent 7b18a15bfe
commit 6a3174ddbb
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -366,7 +366,7 @@ into a specification record and return it."
(assq-ref params 'build)))
(channels (map (lambda (name url branch)
(channel
(name name)
(name (string->symbol name))
(url (uri-decode url))
(branch branch)))
(filter-field 'channel-name)