mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: dune-alugrid: Fix build failure.
* gnu/packages/maths.scm (dune-alugrid)[arguments]: Provide the INPUTS key in build-tests phase.
This commit is contained in:
parent
dc7397845d
commit
41ca8f9c20
1 changed files with 1 additions and 1 deletions
|
@ -6811,7 +6811,7 @@ (define-public dune-alugrid
|
|||
"doc/dune-grid/grids/gridfactory/testgrids"))
|
||||
#t))
|
||||
(add-after 'build 'build-tests
|
||||
(lambda* (#:key make-flags parallel-build? #:allow-other-keys)
|
||||
(lambda* (#:key inputs make-flags parallel-build? #:allow-other-keys)
|
||||
(setenv "CPLUS_INCLUDE_PATH"
|
||||
(string-append (assoc-ref inputs "dune-grid") "/share"))
|
||||
(apply invoke "make" "build_tests"
|
||||
|
|
Loading…
Reference in a new issue