~ruther/guix-local

d0ff9d19b83b9d54e1ce9fc99424ebaa638ab475 — Greg Hogan 11 months ago 1fba79a
gnu: Disable parallel build.

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

Change-Id: I2873b4f65d0ae8135ceef35907c0c9fc73b021dc
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/graphics.scm
M gnu/packages/graphics.scm => gnu/packages/graphics.scm +2 -1
@@ 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