mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: Add rust-current-platform@0.2.0.
* gnu/packages/crates-io.scm (rust-current-platform-0.2): New variable. Change-Id: Ife34e487c69f7e4c58cb448fdeb95c68e45a14f5
This commit is contained in:
parent
53f97e9223
commit
94a9ceabaa
1 changed files with 21 additions and 0 deletions
|
@ -11362,6 +11362,27 @@ metadata}.")
|
||||||
supported by Cargo.")
|
supported by Cargo.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-current-platform-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-current-platform")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "current_platform" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g504i1l733bn1hyzzfvwmc8qq84dxxpscs9rcb21cj4zsy5hj57"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t))
|
||||||
|
(home-page "https://github.com/Shnatsel/current_platform")
|
||||||
|
(synopsis "Find out what platform your code is running on")
|
||||||
|
(description
|
||||||
|
"This package provides a way to find out what platform your code is
|
||||||
|
running on.")
|
||||||
|
(license (list license:expat license:asl2.0 license:zlib))))
|
||||||
|
|
||||||
(define-public rust-cargo-test-macro-0.4
|
(define-public rust-cargo-test-macro-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-cargo-test-macro")
|
(name "rust-cargo-test-macro")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue