tests: Add missing import.
* guix/tests.scm: Add missing import, needed by 'dummy-package'.
This commit is contained in:
parent
314275c776
commit
2bba832f88
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ (define-module (guix tests)
|
|||
#:use-module (guix base32)
|
||||
#:use-module (guix serialization)
|
||||
#:use-module (guix hash)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (gnu packages bootstrap)
|
||||
#:use-module (srfi srfi-34)
|
||||
#:use-module (rnrs bytevectors)
|
||||
|
|
Loading…
Reference in a new issue