1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 04:38:50 +02:00

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
+4
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)