me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-sc-0.2.

* gnu/packages/crates-io.scm (rust-sc-0.2): New variable.

Change-Id: Ifbebc028bc83cf0f199e087c4ca26fac5538918f
Efraim Flashner 2023-10-25 09:56:29 +03:00
parent 11ba039b2e
commit 25c0d38838
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -64359,6 +64359,23 @@ motivation for writing this library.
@end itemize")
(license (list license:asl2.0 license:expat))))
(define-public rust-sc-0.2
(package
(name "rust-sc")
(version "0.2.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "sc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12x3c3mn36am3jfamswqfsd0vpr0hz3kdck6wskla7gx7fyih3h1"))))
(build-system cargo-build-system)
(home-page "https://github.com/japaric/syscall.rs")
(synopsis "Raw system calls")
(description "This package provides raw system calls for Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-scale-info-1
(package
(name "rust-scale-info")