Hi, David Craven <da...@craven.ch> skribis:
> The snippet I'm trying to use doesn't work: > > #:modules ((gnu packages qt) > ,@%cmake-build-system-modules) For reference, this doesn’t work because (gnu packages qt) depends on all the (guix …) modules. They would need to be added to #:imported-modules, but then that remains inconvenient because that’s a lot of modules for just the one procedure that you want. For this reason, modules that are obviously build-side-only are in (guix build …). Ludo’.