mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-sprockets: Move to (gnu packages rails).
* gnu/packages/ruby.scm (ruby-sprockets): Move to... * gnu/packages/rails.scm (ruby-sprockets): ... here.
This commit is contained in:
parent
f96d37c179
commit
bce7ad5ce1
2 changed files with 24 additions and 24 deletions
|
@ -792,6 +792,30 @@ handling 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
|
||||||
|
(package
|
||||||
|
(name "ruby-sprockets")
|
||||||
|
(version "4.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "sprockets" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0k0236g4h3ax7v6vp9k0l2fa0w6f1wqp7dn060zm4isw4n3k89sw"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
'(;; No included tests
|
||||||
|
#:tests? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
(list ruby-concurrent ruby-rack))
|
||||||
|
(synopsis "Sprockets is a Rack-based asset packaging system")
|
||||||
|
(description
|
||||||
|
"Sprockets is a Rack-based asset packaging system that concatenates and
|
||||||
|
serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.")
|
||||||
|
(home-page "https://github.com/rails/sprockets")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-sprockets-rails
|
(define-public ruby-sprockets-rails
|
||||||
(package
|
(package
|
||||||
(name "ruby-sprockets-rails")
|
(name "ruby-sprockets-rails")
|
||||||
|
|
|
@ -13238,30 +13238,6 @@ uniquely identify it.")
|
||||||
(home-page "https://rubyonrails.org/")
|
(home-page "https://rubyonrails.org/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-sprockets
|
|
||||||
(package
|
|
||||||
(name "ruby-sprockets")
|
|
||||||
(version "4.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (rubygems-uri "sprockets" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0k0236g4h3ax7v6vp9k0l2fa0w6f1wqp7dn060zm4isw4n3k89sw"))))
|
|
||||||
(build-system ruby-build-system)
|
|
||||||
(arguments
|
|
||||||
'(;; No included tests
|
|
||||||
#:tests? #f))
|
|
||||||
(propagated-inputs
|
|
||||||
(list ruby-concurrent ruby-rack))
|
|
||||||
(synopsis "Sprockets is a Rack-based asset packaging system")
|
|
||||||
(description
|
|
||||||
"Sprockets is a Rack-based asset packaging system that concatenates and
|
|
||||||
serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.")
|
|
||||||
(home-page "https://github.com/rails/sprockets")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public ruby-language-server-protocol
|
(define-public ruby-language-server-protocol
|
||||||
(package
|
(package
|
||||||
(name "ruby-language-server-protocol")
|
(name "ruby-language-server-protocol")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue