Re: Fw: [PATCH] guix: python-build-system: Honor configure-flags also when building

2016-09-30 Thread Hartmut Goebel
Am 29.09.2016 um 13:57 schrieb Danny Milosavljevic: > While there was already a #:configure-flags for the "install" target, > it was not used when building. Use it. First I thought, this is a good idea. But unfortunately this will not work as expected. The setuptools's sub-commands "build" and "in

Fw: [PATCH] guix: python-build-system: Honor configure-flags also when building

2016-09-29 Thread Danny Milosavljevic
(Hmm, maybe this patch was not seen because it's so far down in the thread "Stuck on KiCad dependency wxPython". So I'm resending it to the top.) While there was already a #:configure-flags for the "install" target, it was not used when building. Use it. * guix/build/python-build-system.scm (bui