diff options
Diffstat (limited to 'gnu/packages/smalltalk.scm')
-rw-r--r-- | gnu/packages/smalltalk.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/smalltalk.scm b/gnu/packages/smalltalk.scm index 168e44cee5..4b8c74bed2 100644 --- a/gnu/packages/smalltalk.scm +++ b/gnu/packages/smalltalk.scm @@ -173,7 +173,8 @@ mission critical applications.") (inputs (list gmp libffi libltdl libsigsegv lightning)) (arguments - `(;; FIXME: Tests fail on x86-64 in the build container, but they pass + `(#:make-flags '("CFLAGS=-Wno-incompatible-pointer-types") + ;; FIXME: Tests fail on x86-64 in the build container, but they pass ;; in a regular shell. #:tests? ,(not (target-x86-64?)) #:phases |