Skip to content
Snippets Groups Projects
Unverified Commit 80c4bfa6 authored by Christopher Baines's avatar Christopher Baines
Browse files

gnu: Add ruby-sprockets-rails.

* gnu/packages/rails.scm (ruby-sprockets-rails): New variable.
parent 15606d98
No related branches found
No related tags found
No related merge requests found
...@@ -360,3 +360,29 @@ (define-public ruby-railties ...@@ -360,3 +360,29 @@ (define-public ruby-railties
application bootup, plugins, generators, and Rake tasks.") application bootup, plugins, generators, and Rake tasks.")
(home-page "https://rubyonrails.org/") (home-page "https://rubyonrails.org/")
(license license:expat))) (license license:expat)))
(define-public ruby-sprockets-rails
(package
(name "ruby-sprockets-rails")
(version "3.2.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "sprockets-rails" version))
(sha256
(base32
"0ab42pm8p5zxpv3sfraq45b9lj39cz9mrpdirm30vywzrwwkm5p1"))))
(build-system ruby-build-system)
(arguments
'(;; No included tests
#:tests? #f))
(propagated-inputs
`(("ruby-actionpack" ,ruby-actionpack)
("ruby-activesupport" ,ruby-activesupport)
("ruby-sprockets" ,ruby-sprockets)))
(synopsis "Sprockets Rails integration")
(description
"Provides Sprockets implementation for the Rails Asset Pipeline.")
(home-page
"https://github.com/rails/sprockets-rails")
(license license:expat)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment