gnu: Disable parallel build.

* gnu/packages/graphics.scm (directfb)[arguments]: Disable parallel
build.

Change-Id: I2873b4f65d0ae8135ceef35907c0c9fc73b021dc
This commit is contained in:
Greg Hogan 2025-07-23 15:32:16 +00:00
parent 1fba79a028
commit d0ff9d19b8
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -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