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:
parent
efa5230acf
commit
671556e15d
1 changed files with 2 additions and 2 deletions
|
@ -10155,8 +10155,8 @@ part of the Prawn PDF generator.")
|
||||||
(add-before 'build 'fix-gemspec
|
(add-before 'build 'fix-gemspec
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "puma.gemspec"
|
(substitute* "puma.gemspec"
|
||||||
(("git ls-files") "find * |sort"))
|
(("git ls-files") "find * |sort")))))))
|
||||||
#t)))))
|
(inputs (list openssl))
|
||||||
(synopsis "Simple, concurrent HTTP server for Ruby/Rack")
|
(synopsis "Simple, concurrent HTTP server for Ruby/Rack")
|
||||||
(description
|
(description
|
||||||
"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||||
|
|
Reference in a new issue