mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
64ef6db09b
commit
21fbe9d0f9
1 changed files with 4 additions and 0 deletions
|
@ -10351,6 +10351,10 @@ engine.")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments ruby-sqlite3)
|
(substitute-keyword-arguments (package-arguments ruby-sqlite3)
|
||||||
((#:tests? #t #t) #f)
|
((#: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)
|
((#:phases phases #~%standard-phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(delete 'relax-requirements)
|
(delete 'relax-requirements)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue