import: opam: Fix error on unknown field value.
* guix/import/opam.scm (metadata-ref): Return #f if field is present, but its content is of unknown form.
This commit is contained in:
parent
b2d8174400
commit
24aa7b3c21
@ -230,7 +230,8 @@ path to the repository."
|
|||||||
(('list-pat . stuff) stuff)
|
(('list-pat . stuff) stuff)
|
||||||
(('string-pat stuff) stuff)
|
(('string-pat stuff) stuff)
|
||||||
(('multiline-string stuff) stuff)
|
(('multiline-string stuff) stuff)
|
||||||
(('dict records ...) records))
|
(('dict records ...) records)
|
||||||
|
(_ #f))
|
||||||
acc))))
|
acc))))
|
||||||
#f file))
|
#f file))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user