mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-thin: Fix build.
* gnu/packages/ruby-xyz (ruby-thin)[arguments]: Add -Wno-error to fix build. Change-Id: I5153ee1f0e3c951db687842a06eaddef75311d58 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
75cafd15b5
commit
408865e310
1 changed files with 2 additions and 2 deletions
|
@ -14611,8 +14611,8 @@ long-running operation if it hasn't finished in a fixed amount of time.")
|
||||||
"0nagbf9pwy1vg09k6j4xqhbjjzrg5dwzvkn4ffvlj76fsn6vv61f"))))
|
"0nagbf9pwy1vg09k6j4xqhbjjzrg5dwzvkn4ffvlj76fsn6vv61f"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests.
|
'(#:tests? #f
|
||||||
'(#:tests? #f))
|
#:gem-flags '("--" "--with-cflags=-Wno-error=implicit-function-declaration")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ruby-daemons ruby-eventmachine ruby-rack))
|
(list ruby-daemons ruby-eventmachine ruby-rack))
|
||||||
(synopsis "Thin and fast web server for Ruby")
|
(synopsis "Thin and fast web server for Ruby")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue