gnu: ruby-sqlite3-1.4: Fix build.

* gnu/packages/ruby-xyz.scm (ruby-sqlite3-1.4)[arguments]: Add
-Wno-error flags to fix build.

Change-Id: I528f965146aa83f2f47e689a94ba1cc452844aca
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Remco van 't Veer 2025-08-21 15:51:30 +02:00 committed by Andreas Enge
parent 64ef6db09b
commit 21fbe9d0f9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -10351,6 +10351,10 @@ engine.")
(arguments
(substitute-keyword-arguments (package-arguments ruby-sqlite3)
((#:tests? #t #t) #f)
((#:gem-flags _ #f)
''("--"
"--enable-system-libraries"
"--with-cflags=-Wno-error=incompatible-pointer-types -Wno-error=int-conversion"))
((#:phases phases #~%standard-phases)
#~(modify-phases #$phases
(delete 'relax-requirements)