mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add rust-mockall-derive-0.10.
* gnu/packages/crates-io.scm (rust-mockall-derive-0.10): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
bd20d1781f
commit
2182c8da02
1 changed files with 25 additions and 0 deletions
|
@ -27926,6 +27926,31 @@ IOCP and Async I/O abstractions.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rand" ,rust-rand-0.3))))))
|
(("rust-rand" ,rust-rand-0.3))))))
|
||||||
|
|
||||||
|
(define-public rust-mockall-derive-0.10
|
||||||
|
(package
|
||||||
|
(name "rust-mockall-derive")
|
||||||
|
(version "0.10.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "mockall_derive" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0cwhcfsc16b8p4yrsrxnhfxfdn0n89cmjja13wb6kxik8hhmpqp7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))))
|
||||||
|
(home-page "https://github.com/asomers/mockall")
|
||||||
|
(synopsis "Procedural macros for Mockall")
|
||||||
|
(description "This crate provides procedural macros for Mockall.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-mockito-0.23
|
(define-public rust-mockito-0.23
|
||||||
(package
|
(package
|
||||||
(name "rust-mockito")
|
(name "rust-mockito")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue