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 | ||||
|            (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 | ||||
|  |  | |||
		Reference in a new issue