about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-05-22 08:50:32 -0500
committerFrederick Muriuki Muriithi2026-05-22 08:51:54 -0500
commit0ff25a86a8440ed9b3f19e68710cb29274bf5443 (patch)
tree5e3af111fbd5ef9ec5d3c0d15f9f29bd9a74a6dc
parentd298290733519afa1200a7ee3eded62b788c0a49 (diff)
downloadgn-machines-0ff25a86a8440ed9b3f19e68710cb29274bf5443.tar.gz
Add missing imports.
-rw-r--r--guix/gn-machines/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/gn-machines/genenetwork.scm b/guix/gn-machines/genenetwork.scm
index b752270..ea30ec9 100644
--- a/guix/gn-machines/genenetwork.scm
+++ b/guix/gn-machines/genenetwork.scm
@@ -2,9 +2,11 @@
   #:use-module (guix)
   #:use-module (guix packages)
   #:use-module (guix git-download)
+  #:use-module (guix build-system pyproject)
 
   #:use-module ((gnu packages ssh) #:select (openssh-sans-x))
   #:use-module ((gnu packages guile-xyz) #:select (guile-config))
+  #:use-module ((gnu packages python-check) #:select (python-vulture))
 
   #:use-module ((gn packages genenetwork)
                 #:select (genenetwork2 genenetwork3 gn-auth gn-uploader gn-libs  rust-qtlreaper)