mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Add missing module import.
This is a follow-up to commit 9bea983e4f
.
* tests/builders.scm: Import (guix grafts).
This commit is contained in:
parent
5c3cb22c9b
commit
f62e47df8d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ (define-module (tests builders)
|
|||
#:use-module (guix build gnu-build-system)
|
||||
#:use-module (guix build utils)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix grafts)
|
||||
#:use-module (guix store)
|
||||
#:use-module (guix monads)
|
||||
#:use-module (guix utils)
|
||||
|
|
Loading…
Reference in a new issue