mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue