diff options
| author | Guillaume Le Vaillant <glv@posteo.net> | 2025-08-20 13:45:34 +0200 |
|---|---|---|
| committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-08-20 13:47:34 +0200 |
| commit | 0f0b983042deed1946c1507ef877eb8912a049af (patch) | |
| tree | 49a5160bb26f75cc9d6e8eec51a6aaaee67742c0 /gnu | |
| parent | f0393bbeb6fcfaf624b37bff107dea528567640e (diff) | |
gnu: smalltalk: Fix build.
* gnu/packages/smalltalk.scm (smalltalk)[arguments]: Add 'make-flags'.
Change-Id: Id3f6d4055426735240e0a18a523957a742567354
Diffstat (limited to 'gnu')
| -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 168e44cee5e..4b8c74bed29 100644 --- a/gnu/packages/smalltalk.scm +++ b/gnu/packages/smalltalk.scm | |||
| @@ -173,7 +173,8 @@ mission critical applications.") | |||
| 173 | (inputs | 173 | (inputs |
| 174 | (list gmp libffi libltdl libsigsegv lightning)) | 174 | (list gmp libffi libltdl libsigsegv lightning)) |
| 175 | (arguments | 175 | (arguments |
| 176 | `(;; FIXME: Tests fail on x86-64 in the build container, but they pass | 176 | `(#:make-flags '("CFLAGS=-Wno-incompatible-pointer-types") |
| 177 | ;; FIXME: Tests fail on x86-64 in the build container, but they pass | ||
| 177 | ;; in a regular shell. | 178 | ;; in a regular shell. |
| 178 | #:tests? ,(not (target-x86-64?)) | 179 | #:tests? ,(not (target-x86-64?)) |
| 179 | #:phases | 180 | #:phases |
