mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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:
parent
56fd36343d
commit
09486a9f7b
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue