mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-wasm-bindgen-test-0.2: Inherit from rust-wasm-bindgen-test-0.3.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-0.2): Inherit from rust-wasm-bindgen-test-0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ede4cbc0ba
commit
deeedc269b
1 changed files with 2 additions and 7 deletions
|
@ -19478,6 +19478,7 @@ attribute that is not in the shared backend crate.")
|
||||||
|
|
||||||
(define-public rust-wasm-bindgen-test-0.2
|
(define-public rust-wasm-bindgen-test-0.2
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-wasm-bindgen-test-0.3)
|
||||||
(name "rust-wasm-bindgen-test")
|
(name "rust-wasm-bindgen-test")
|
||||||
(version "0.2.48")
|
(version "0.2.48")
|
||||||
(source
|
(source
|
||||||
|
@ -19489,7 +19490,6 @@ attribute that is not in the shared backend crate.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gwslc2sfkghzzb3r0gvd8i5rig2nlqgpl1rn43y2w4mr1ci494k"))))
|
"0gwslc2sfkghzzb3r0gvd8i5rig2nlqgpl1rn43y2w4mr1ci494k"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
@ -19499,12 +19499,7 @@ attribute that is not in the shared backend crate.")
|
||||||
("rust-scoped-tls" ,rust-scoped-tls-1.0)
|
("rust-scoped-tls" ,rust-scoped-tls-1.0)
|
||||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
||||||
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.3)
|
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.3)
|
||||||
("rust-wasm-bindgen-test-macro" ,rust-wasm-bindgen-test-macro-0.2))))
|
("rust-wasm-bindgen-test-macro" ,rust-wasm-bindgen-test-macro-0.2))))))
|
||||||
(home-page "https://github.com/rustwasm/wasm-bindgen")
|
|
||||||
(synopsis "Internal testing crate for wasm-bindgen")
|
|
||||||
(description
|
|
||||||
"Internal testing crate for wasm-bindgen.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-wasm-bindgen-test-macro-0.3
|
(define-public rust-wasm-bindgen-test-macro-0.3
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue