mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add ruby-rspec-2.
* gnu/packages/ruby.scm (ruby-rspec-2): New variable.
This commit is contained in:
parent
6da9adebaa
commit
5ac984b3d5
1 changed files with 14 additions and 0 deletions
|
@ -383,6 +383,20 @@ (define-public ruby-rspec
|
|||
(home-page "http://rspec.info/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-rspec-2
|
||||
(package (inherit ruby-rspec)
|
||||
(version "2.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "rspec" version))
|
||||
(sha256
|
||||
(base32
|
||||
"134y4wzk1prninb5a0bhxgm30kqfzl8dg06af4js5ylnhv2wd7sg"))))
|
||||
(propagated-inputs
|
||||
`(("ruby-rspec-core" ,ruby-rspec-core-2)
|
||||
("ruby-rspec-mocks" ,ruby-rspec-mocks-2)
|
||||
("ruby-rspec-expectations" ,ruby-rspec-expectations-2)))))
|
||||
|
||||
;; Bundler is yet another source of circular dependencies, so we must disable
|
||||
;; its test suite as well.
|
||||
(define-public bundler
|
||||
|
|
Loading…
Reference in a new issue