mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tbb: Fail on test errors.
* gnu/packages/tbb.scm (tbb)[arguments]: Add phase "fail-on-test-errors".
This commit is contained in:
parent
ba4529c4f7
commit
1a545a1e7c
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ (define-public tbb
|
|||
(assoc-ref %outputs "out") "/lib"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fail-on-test-errors
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("-\\$\\(MAKE") "$(MAKE"))
|
||||
#t))
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(substitute* "build/linux.gcc.inc"
|
||||
|
|
Loading…
Reference in a new issue