~ruther/guix-local

7327bab813defed79701d57ba894a423b0fb1487 — nomike 10 months ago 01765b6
gnu: libfive: Explicitly set build parameters.

* gnu/packages/engineering.scm (libfive)[arguments]: Provide explicit
  values to #:compile-flags, #:parallel-build, #:scheme-file-regex and
  #:not-compiled-file-regexp when calling `build of the
  guile-build-system.

Change-Id: I95513f710ecf90f108544620de895993b803142f
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/engineering.scm
M gnu/packages/engineering.scm => gnu/packages/engineering.scm +5 -0
@@ 66,6 66,7 @@
  #:use-module (guix build-system cmake)
  #:use-module (guix build-system copy)
  #:use-module (guix build-system emacs)
  #:use-module (guix build-system guile)
  #:use-module (guix build-system gnu)
  #:use-module (guix build-system meson)
  #:use-module (guix build-system pyproject)


@@ 1194,6 1195,10 @@ fonts to gEDA.")
              (lambda args
                (apply (assoc-ref guile:%standard-phases 'build)
                       #:source-directory "../source/libfive/bind/guile"
                       #:compile-flags '()
                       #:parallel-build? #f
                       #:scheme-file-regexp #$default-scheme-file-regexp
                       #:not-compiled-file-regexp #f
                       args)))
            (add-after 'install 'wrap-studio
              (lambda _