On Thu, Apr 21, 2016 at 05:28:58PM +0200, Ricardo Wurmus wrote: > Subject: [PATCH] gnu: Add python-tables. > + (arguments > + `(#:configure-flags > + (list (string-append "--hdf5=" > + (assoc-ref %build-inputs "hdf5"))) > + ;; FIXME: python-build-system does not pass configure-flags to "build" > + ;; or "check", so we must override the build and check phases.
Does setting #:configure-flags have any effect at all? Otherwise, looks okay!