mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: filters: Fix build.
* gnu/packages/toys.scm (filters)[arguments]: Disable parallel build. Change-Id: Icea7496179808f8f0fc185b4f1319f6e4c3fa2fd
This commit is contained in:
parent
164b204413
commit
4743064d79
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ (define-public filters
|
|||
""))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
`(#:parallel-build? #f ;y.tab.h fails otherwise
|
||||
#:make-flags
|
||||
(list (string-append "CC=" ,(cc-for-target))
|
||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue