mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Disable parallel build.
* gnu/packages/graphics.scm (directfb)[arguments]: Disable parallel build. Change-Id: I2873b4f65d0ae8135ceef35907c0c9fc73b021dc
This commit is contained in:
parent
1fba79a028
commit
d0ff9d19b8
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ framebuffer graphics, audio output and input event.")
|
||||||
(base32 "0bs3yzb7hy3mgydrj8ycg7pllrd2b6j0gxj596inyr7ihssr3i0y"))))
|
(base32 "0bs3yzb7hy3mgydrj8ycg7pllrd2b6j0gxj596inyr7ihssr3i0y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:parallel-build? #f
|
||||||
|
#:configure-flags
|
||||||
'("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
|
'("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue