[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49451] [PATCH 13/20] gnu: Add rust-mockall-derive
From: |
southerntofu |
Subject: |
[bug#49451] [PATCH 13/20] gnu: Add rust-mockall-derive |
Date: |
Sun, 11 Jul 2021 17:30:15 -0400 |
---
gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5389f69934..2a9e477aaf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26740,6 +26740,36 @@ IOCP and Async I/O abstractions.")
#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.3))))))
+
+(define-public rust-mockall-derive-0.9
+ (package
+ (name "rust-mockall-derive")
+ (version "0.9.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "mockall_derive" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1snywdscj3chgs0xqr5700dsw2hy0qwd0s3kdk4nz85w6m327m2x"))))
+ (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 "Procedural macros for Mockall
+")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-mockito-0.23
(package
(name "rust-mockito")
--
2.30.2
- [bug#49451] [PATCH 06/20] gnu: rust-fragile: Update to 1.0, (continued)
- [bug#49451] [PATCH 06/20] gnu: rust-fragile: Update to 1.0, southerntofu, 2021/07/12
- [bug#49451] [PATCH 07/20] gnu: rust-hmac: Update to 0.10, southerntofu, 2021/07/12
- [bug#49451] [PATCH 08/20] gnu: Add rust-hsluv, southerntofu, 2021/07/12
- [bug#49451] [PATCH 12/20] gnu: Add rust-sha3, southerntofu, 2021/07/12
- [bug#49451] [PATCH 16/20] gnu: Add rust-jid, southerntofu, 2021/07/12
- [bug#49451] [PATCH 02/20] gnu: Add rust-case, southerntofu, 2021/07/12
- [bug#49451] [PATCH 04/20] gnu: Add rust-downcast, southerntofu, 2021/07/12
- [bug#49451] [PATCH 10/20] gnu: Add rust-linked-hash-set, southerntofu, 2021/07/12
- [bug#49451] [PATCH 09/20] gnu: Add rust-minidom, southerntofu, 2021/07/12
- [bug#49451] [PATCH 11/20] gnu: rust-pbkdf2: Update to 0.6, southerntofu, 2021/07/12
- [bug#49451] [PATCH 13/20] gnu: Add rust-mockall-derive,
southerntofu <=
- [bug#49451] [PATCH 14/20] gnu: Add rust-mockall, southerntofu, 2021/07/12
- [bug#49451] [PATCH 18/20] gnu: Add rust-tokio-xmpp, southerntofu, 2021/07/12
- [bug#49451] [PATCH 20/20] Run indent-code.el on the packages i added, southerntofu, 2021/07/12
- [bug#49451] [PATCH 19/20] gnu: Add aparte, southerntofu, 2021/07/12
- [bug#49451] [PATCH 15/20] gnu: Add rust-sasl, southerntofu, 2021/07/12
- [bug#49451] [PATCH 17/20] gnu: Add rust-xmpp-parsers, southerntofu, 2021/07/12