diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nar.scm | 1 | ||||
-rw-r--r-- | tests/store.scm | 2 | ||||
-rw-r--r-- | tests/substitute-binary.scm | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/nar.scm b/tests/nar.scm index 3188599bf1..1641d6f9b2 100644 --- a/tests/nar.scm +++ b/tests/nar.scm @@ -19,6 +19,7 @@ (define-module (test-nar) #:use-module (guix tests) #:use-module (guix nar) + #:use-module (guix serialization) #:use-module (guix store) #:use-module ((guix hash) #:select (open-sha256-port open-sha256-input-port)) diff --git a/tests/store.scm b/tests/store.scm index ba15524be4..88a8877d80 100644 --- a/tests/store.scm +++ b/tests/store.scm @@ -24,7 +24,7 @@ #:use-module (guix base32) #:use-module (guix packages) #:use-module (guix derivations) - #:use-module (guix nar) + #:use-module (guix serialization) #:use-module (gnu packages) #:use-module (gnu packages bootstrap) #:use-module (ice-9 match) diff --git a/tests/substitute-binary.scm b/tests/substitute-binary.scm index 163cd74593..7c1204c1ab 100644 --- a/tests/substitute-binary.scm +++ b/tests/substitute-binary.scm @@ -21,7 +21,7 @@ #:use-module (guix scripts substitute-binary) #:use-module (guix base64) #:use-module (guix hash) - #:use-module (guix nar) + #:use-module (guix serialization) #:use-module (guix pk-crypto) #:use-module (guix pki) #:use-module (guix config) |