gnu: aris: Fix build.
* gnu/packages/maths.scm (aris)[arguments]: Pass '-fcommon' to CFLAGS.master
parent
c9f7770eee
commit
bad54e6384
|
@ -171,6 +171,8 @@
|
||||||
(inputs `(("gtk+" ,gtk+)
|
(inputs `(("gtk+" ,gtk+)
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags '("CFLAGS=-fcommon")))
|
||||||
(synopsis "Natural deduction first-order logic interface")
|
(synopsis "Natural deduction first-order logic interface")
|
||||||
(description "Aris is a program for performing logical proofs. It supports
|
(description "Aris is a program for performing logical proofs. It supports
|
||||||
propositional and predicate logic, as well as Boolean algebra and
|
propositional and predicate logic, as well as Boolean algebra and
|
||||||
|
|
Reference in New Issue