Re: How to import modules into build phase

2016-08-28 Thread Ludovic Courtès
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

Re: How to import modules into build phase

2016-08-25 Thread David Craven
Found a solution. Requires both #:modules and #:imported-modules to be set to work.

How to import modules into build phase

2016-08-25 Thread David Craven
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