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:
Remco van 't Veer 2025-08-21 11:45:12 +02:00 committed by Andreas Enge
parent 75cafd15b5
commit 408865e310
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")