tests: Add missing module import.
This is a follow-up to commit 9bea983e4f5a1c07737336163bc6835f6c582a6e. * tests/builders.scm: Import (guix grafts).
This commit is contained in:
parent
5c3cb22c9b
commit
f62e47df8d
@ -25,6 +25,7 @@
|
||||
#: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 New Issue
Block a user