me
/
guix
Archived
1
0
Fork 0

gnu: geeqie: Fix build.

* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass '-fcommon' to
  CFLAGS.
master
Guillaume Le Vaillant 2021-09-16 10:33:43 +02:00
parent 7ceafdf072
commit d5d1e5d1d4
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@
;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name> ;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 jgart <jgart@dismail.de> ;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -312,7 +313,8 @@ actions.")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`( ;; Enable support for a "map" pane using GPS data. `( ;; Enable support for a "map" pane using GPS data.
#:configure-flags '("--enable-map" #:configure-flags '("CFLAGS=-fcommon"
"--enable-map"
"--enable-gtk3"))) "--enable-gtk3")))
(inputs (inputs
`(("clutter" ,clutter) `(("clutter" ,clutter)