summaryrefslogtreecommitdiffstats
path: root/unlustig.scm
diff options
context:
space:
mode:
Diffstat (limited to 'unlustig.scm')
-rw-r--r--unlustig.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index 42fdc42..a91ac68 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -818,3 +818,23 @@ the OS-level clipboard.")
"This package provides An implementation of `std::hash::Hasher` which does not hash at all.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-dyn-clonable-0.9
+ (package
+ (name "rust-dyn-clonable")
+ (version "0.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "dyn-clonable" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "01885xap4dmln3yspzyr0mmcwnm9mdhlp80ag0iig3nmpywznvm3"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-dyn-clonable-impl" ,rust-dyn-clonable-impl-0.9)
+ ("rust-dyn-clone" ,rust-dyn-clone-1))))
+ (home-page "https://github.com/kardeiz/objekt-clonable")
+ (synopsis "Attribute wrapper for dyn-clone")
+ (description "This package provides Attribute wrapper for dyn-clone.")
+ (license license:expat)))
+