mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ruby-mocha-1.
* gnu/packages/ruby-xyz.scm (ruby-mocha-1): Delete variable.
This commit is contained in:
parent
8d433d92f6
commit
ca1f2fe039
1 changed files with 0 additions and 13 deletions
|
@ -5194,19 +5194,6 @@ allows mocking and stubbing of methods on real (non-mock) classes.")
|
||||||
;; Mocha can be used with either license at the users choice.
|
;; Mocha can be used with either license at the users choice.
|
||||||
(license (list license:expat license:ruby))))
|
(license (list license:expat license:ruby))))
|
||||||
|
|
||||||
(define-public ruby-mocha-1
|
|
||||||
(package
|
|
||||||
(inherit ruby-mocha)
|
|
||||||
(version "1.13.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (rubygems-uri "mocha" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"15s53ggsykk69kxqvs4416s8yxdhz6caggva55n8sjgy4ixzwp10"))))
|
|
||||||
(arguments
|
|
||||||
'(#:tests? #f))))
|
|
||||||
|
|
||||||
(define-public ruby-mocha-on-bacon
|
(define-public ruby-mocha-on-bacon
|
||||||
(package
|
(package
|
||||||
(name "ruby-mocha-on-bacon")
|
(name "ruby-mocha-on-bacon")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue