gnu: ruby-puma: Build with SSL support.

* gnu/packages/ruby.scm (ruby-puma) [arguments]: Delete trailing #t.
[inputs]: Add openssl.
This commit is contained in:
Maxim Cournoyer 2023-03-08 16:18:54 -05:00
parent efa5230acf
commit 671556e15d
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10155,8 +10155,8 @@ (define-public ruby-puma
(add-before 'build 'fix-gemspec
(lambda _
(substitute* "puma.gemspec"
(("git ls-files") "find * |sort"))
#t)))))
(("git ls-files") "find * |sort")))))))
(inputs (list openssl))
(synopsis "Simple, concurrent HTTP server for Ruby/Rack")
(description
"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server