describe: Fix typo in 'manifest-entry-with-provenance'.

* guix/describe.scm (manifest-entry-with-provenance): Fix first argument
to 'assq'.
This commit is contained in:
Ludovic Courtès 2021-02-22 23:33:47 +01:00
parent d8c80c671b
commit ce2ba3431a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -182,7 +182,7 @@ property of manifest entries, or #f if it could not be determined."
"Return ENTRY with an additional 'provenance' property if it's not already "Return ENTRY with an additional 'provenance' property if it's not already
there." there."
(let ((properties (manifest-entry-properties entry))) (let ((properties (manifest-entry-properties entry)))
(if (assq 'properties properties) (if (assq 'provenance properties)
entry entry
(let ((item (manifest-entry-item entry))) (let ((item (manifest-entry-item entry)))
(manifest-entry (manifest-entry