mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add rust-cloudabi-0.0.
* gnu/packages/rust-cbindgen.scm (rust-cloudabi-0.0): New hidden variable.
This commit is contained in:
parent
26be7f23f8
commit
71d111f541
1 changed files with 20 additions and 0 deletions
|
@ -149,3 +149,23 @@ (define rust-clap-2
|
|||
Command Line Argument Parser.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define rust-cloudabi-0.0
|
||||
(package
|
||||
(name "rust-cloudabi")
|
||||
(version "0.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cloudabi" version))
|
||||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://nuxi.nl/cloudabi/")
|
||||
(synopsis "Low level interface to CloudABI")
|
||||
(description
|
||||
"Low level interface to CloudABI. Contains all syscalls and related types.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:bsd-2)))
|
||||
|
|
Loading…
Reference in a new issue