diff options
| author | Greg Hogan <code@greghogan.com> | 2025-07-23 15:32:16 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-04 03:21:53 +0000 |
| commit | d0ff9d19b83b9d54e1ce9fc99424ebaa638ab475 (patch) | |
| tree | a5432728e9a28f33790004114b5406e859f90b79 /gnu/packages | |
| parent | 1fba79a02871300ace562fc848e9d688b707000b (diff) | |
gnu: Disable parallel build.
* gnu/packages/graphics.scm (directfb)[arguments]: Disable parallel
build.
Change-Id: I2873b4f65d0ae8135ceef35907c0c9fc73b021dc
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/graphics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 09b69091ffc..2841f57bdc4 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -205,7 +205,8 @@ framebuffer graphics, audio output and input event.") (base32 "0bs3yzb7hy3mgydrj8ycg7pllrd2b6j0gxj596inyr7ihssr3i0y")))) (build-system gnu-build-system) (arguments - `(#:configure-flags + `(#:parallel-build? #f + #:configure-flags '("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types") #:phases (modify-phases %standard-phases |
