gnu: geeqie: Build sequentially.

* gnu/packages/image-viewers.scm (geeqie)[arguments]: Add #:parallel-build?.
master
Ludovic Courtès 2019-08-17 15:48:10 +02:00
parent 75a6f66815
commit 198f560fcd
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2017, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
@ -131,6 +131,11 @@ actions.")
`( ;; Enable support for a "map" pane using GPS data.
#:configure-flags '("--enable-map")
;; Parallel builds fail with something like:
;; image-load.c:143:9: error: gq_marshal_VOID__INT_INT_INT_INT undeclared
;; due to unexpressed makefile dependencies.
#:parallel-build? #f
#:phases
(modify-phases %standard-phases
(add-before 'bootstrap 'pre-bootstrap