gnu: gpredict: Fix building with gcc 10.

* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
Guillaume Le Vaillant 2021-09-10 09:35:51 +02:00
parent f83d7663eb
commit bd8013ab33
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -773,7 +773,8 @@ Mercator, Mollweide, Peters, polyconic, orthographic and rectangular.")
("goocanvas" ,goocanvas)
("gtk+" ,gtk+)))
(arguments
`(#:phases
`(#:configure-flags '("CFLAGS=-fcommon")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-tests
(lambda _