gnu: Add rust-mac-0.1.

* gnu/packages/crates-io.scm (rust-mac-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-19 09:42:59 -08:00 committed by Efraim Flashner
parent 56fd36343d
commit 09486a9f7b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4665,6 +4665,27 @@ (define-public rust-lzma-sys-0.1
(license (list license:asl2.0
license:expat))))
(define-public rust-mac-0.1
(package
(name "rust-mac")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "mac" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"194vc7vrshqff72rl56f9xgb0cazyl4jda7qsv31m5l6xx7hq7n4"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/reem/rust-mac")
(synopsis "Collection of great and ubiqutitous macros")
(description
"This package provides a collection of great and ubiqutitous macros.")
(license (list license:asl2.0 license:expat))))
(define-public rust-maplit-1.0
(package
(name "rust-maplit")