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.master
parent
b2d8174400
commit
24aa7b3c21
|
@ -230,7 +230,8 @@ path to the repository."
|
|||
(('list-pat . stuff) stuff)
|
||||
(('string-pat stuff) stuff)
|
||||
(('multiline-string stuff) stuff)
|
||||
(('dict records ...) records))
|
||||
(('dict records ...) records)
|
||||
(_ #f))
|
||||
acc))))
|
||||
#f file))
|
||||
|
||||
|
|
Reference in New Issue