From bad54e6384cce74ad5ed41ede6bcb2822aa6bdc8 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 16 Sep 2021 10:18:19 +0200 Subject: [PATCH] gnu: aris: Fix build. * gnu/packages/maths.scm (aris)[arguments]: Pass '-fcommon' to CFLAGS. --- gnu/packages/maths.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 3672048ef2..043cbed96e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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