mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: ruby-slim: Update native-inputs.
* gnu/packages/ruby-xyz.scm (ruby-slim): Update native-inputs. [native-inputs]: Add ruby-pandoc-ruby. [home-page]: Update url to https. Change-Id: I632fabcb8e785a5494ff34a5d38be5dabe2f00e7 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Steve George
parent
3b338604b8
commit
c534e0adfd
@@ -1593,13 +1593,13 @@ under the hood.")
|
||||
(("require 'bundler/setup'") "nil")
|
||||
(("Bundler::GemHelper\\.install_tasks") "nil")))))))
|
||||
(native-inputs
|
||||
(list ruby-rack-test ruby-rspec-core ruby-sinatra))
|
||||
(list ruby-pandoc-ruby ruby-rack-test ruby-rspec-core ruby-sinatra))
|
||||
(propagated-inputs
|
||||
(list ruby-temple ruby-tilt))
|
||||
(synopsis "Minimalist template language for Ruby")
|
||||
(description "Slim is a template language for Ruby that aims to reduce the
|
||||
syntax to the minimum while remaining clear.")
|
||||
(home-page "http://slim-lang.com/")
|
||||
(home-page "https://slim-lang.com/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-asciidoctor
|
||||
|
||||
Reference in New Issue
Block a user