gnu: rust-alloc-no-stdlib-2.0: Remove variable.

* gnu/packages/crates-io.scm (rust-alloc-no-stdlib-2.0): Remove variable.
(rust-alloc-stdlib-0.2):
(rust-brotli-decompressor-2): Use rust-alloc-no-stdlib-2 instead of the above.
This commit is contained in:
Nicolas Goaziou 2021-02-05 22:27:56 +01:00
parent 5f1c60134d
commit 39aadc7171
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1368,8 +1368,6 @@ (define-public rust-alloc-no-stdlib-2
options to use calloc or a mutable global variable for pre-zeroed memory.")
(license license:bsd-3)))
(define-public rust-alloc-no-stdlib-2.0 rust-alloc-no-stdlib-2)
(define-public rust-alloc-stdlib-0.2
(package
(name "rust-alloc-stdlib")
@ -1385,7 +1383,7 @@ (define-public rust-alloc-stdlib-0.2
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-alloc-no-stdlib" ,rust-alloc-no-stdlib-2.0))))
(("rust-alloc-no-stdlib" ,rust-alloc-no-stdlib-2))))
(home-page "https://github.com/dropbox/rust-alloc-no-stdlib")
(synopsis "A dynamic allocator example that may be used with the stdlib")
(description "This package provides a dynamic allocator example that may
@ -4477,7 +4475,7 @@ (define-public rust-brotli-decompressor-2
(arguments
`(#:tests? #f ; not all test files included
#:cargo-inputs
(("rust-alloc-no-stdlib" ,rust-alloc-no-stdlib-2.0)
(("rust-alloc-no-stdlib" ,rust-alloc-no-stdlib-2)
("rust-alloc-stdlib" ,rust-alloc-stdlib-0.2))))
(home-page "https://github.com/dropbox/rust-brotli-decompressor")
(synopsis "Brotli decompressor")