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
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#: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)