mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-stacker-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-stacker-0.1): Update to 0.1.6. [arguments]: Add rust-cfg-if-0.1, rust-libc-0.2, rust-psm-0.1, rust-winapi-0.3 to cargo-inputs. Add rust-cc-1.0 to cargo-development-inputs. [properties]: Remove field.
This commit is contained in:
parent
ff1baf1c86
commit
f33cb1af08
1 changed files with 10 additions and 3 deletions
|
@ -11706,7 +11706,7 @@ (define-public rust-stable-deref-trait-1.1
|
|||
(define-public rust-stacker-0.1
|
||||
(package
|
||||
(name "rust-stacker")
|
||||
(version "0.1.5")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11714,14 +11714,21 @@ (define-public rust-stacker-0.1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0js0axz5nla1mkr2dm2vrv9rj964ng1lrv4l43sqlnfgawplhygv"))))
|
||||
"12igajfgqz96c7vcwi91xdfsphawik6g36ndlglqih0a7bqw8vyr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-psm" ,rust-psm-0.1)
|
||||
("rust-winapi" ,rust-winapi-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-cc" ,rust-cc-1.0))))
|
||||
(home-page "https://github.com/rust-lang/stacker")
|
||||
(synopsis "Manual segmented stacks for Rust")
|
||||
(description
|
||||
"This package provides a stack growth library useful when implementing
|
||||
deeply recursive algorithms that may accidentally blow the stack.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue