guix archive: Use (gcrypt common).

* guix/scripts/archive.scm: Use (gcrypt common) for 'error-source' and
'error-string'.
This commit is contained in:
Ludovic Courtès 2019-07-19 11:38:54 +02:00
parent 4678cc46a4
commit 92ca25a32b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -30,6 +30,7 @@ (define-module (guix scripts archive)
#:use-module (guix monads)
#:use-module (guix ui)
#:use-module (guix pki)
#:use-module (gcrypt common)
#:use-module (gcrypt pk-crypto)
#:use-module (guix scripts)
#:use-module (guix scripts build)