packages: shepherd: Add missing module import

main
Luis Guilherme Coelho 2024-11-26 14:24:51 -03:00
parent 5ed72fbf35
commit 4f8429d8ea
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
(define-module (radix packages shepherd)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (gnu packages admin))