Hi,
David Craven 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
#:im
Found a solution. Requires both #:modules and #:imported-modules to be
set to work.
Hi,
So I'm getting a lot of weird errors and tried a bunch of different things.
I have a wrap-qt-program in (gnu packages qt) and would like to make
it available on the build side.
The snippet I'm trying to use doesn't work:
#:modules ((gnu packages qt)
,@%cmake-build-s