me
/
guix
Archived
1
0
Fork 0

gnu: aris: Fix build.

* gnu/packages/maths.scm (aris)[arguments]: Pass '-fcommon' to CFLAGS.
master
Guillaume Le Vaillant 2021-09-16 10:18:19 +02:00
parent c9f7770eee
commit bad54e6384
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@
(inputs `(("gtk+" ,gtk+)
("libxml2" ,libxml2)))
(native-inputs `(("pkg-config" ,pkg-config)))
(arguments
`(#:configure-flags '("CFLAGS=-fcommon")))
(synopsis "Natural deduction first-order logic interface")
(description "Aris is a program for performing logical proofs. It supports
propositional and predicate logic, as well as Boolean algebra and