guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

73/229: gnu: ruby-puma: Build with SSL support.


From: guix-commits
Subject: 73/229: gnu: ruby-puma: Build with SSL support.
Date: Tue, 28 Mar 2023 22:29:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 671556e15d68f24772d684c5e8f19e1fdc6c596d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 8 16:18:54 2023 -0500

    gnu: ruby-puma: Build with SSL support.
    
    * gnu/packages/ruby.scm (ruby-puma) [arguments]: Delete trailing #t.
    [inputs]: Add openssl.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9ddfcc2ba0..d5a0aef786 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10155,8 +10155,8 @@ part of the Prawn PDF generator.")
          (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]