Unable to add my channel after guix pull error: `no code for module ~S`

I’m trying to add my channel to the channel list, but now I recieve this error.

$ guix pull
...
|builder for `/gnu/store/XXX-channel.drv' failed to produce output path `/gnu/store/XXX-channel'
build of /gnu/store/XXX-channel.drv failed
View build log at '/var/log/guix/drvs/45/XXX-channel.drv.gz'.

Does anyone have any idea what the issue here could be?

/var/log/guix/45/XXX-channel.drv.gz

(repl-version 0 1 1)
(exception misc-error (value #f) (value "no code for module ~S") (value ((yrop packages ant node package))) (value #f))

Solved after adding package in the module’s name of the package.scm file.

(define-module (yrop packages ant node package)
...