mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add ruby-stimulus-rails.
* gnu/packages/rails.scm (ruby-stimulus-rails): New variable.
This commit is contained in:
parent
efbdb3452b
commit
0ee6817289
1 changed files with 18 additions and 0 deletions
|
@ -1226,6 +1226,24 @@ (define-public ruby-sprockets-rails
|
||||||
"https://github.com/rails/sprockets-rails")
|
"https://github.com/rails/sprockets-rails")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-stimulus-rails
|
||||||
|
(package
|
||||||
|
(name "ruby-stimulus-rails")
|
||||||
|
(version "1.2.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "stimulus-rails" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"12hfdzh6cwahbd6p4r0r0d14n3laj3cqasx9w18wga9fq70bq6w3"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(propagated-inputs (list ruby-railties))
|
||||||
|
(synopsis "Modest JavaScript framework for Rails")
|
||||||
|
(description "This package provides a modest JavaScript framework for the
|
||||||
|
HTML you already have.")
|
||||||
|
(home-page "https://stimulus.hotwired.dev")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-web-console
|
(define-public ruby-web-console
|
||||||
(package
|
(package
|
||||||
(name "ruby-web-console")
|
(name "ruby-web-console")
|
||||||
|
|
Loading…
Reference in a new issue