gnu: rust-core-foundation-0.6: Fix building.

* gnu/packages/crates-io.scm (rust-core-foundation-0.6)[arguments]:
Replace rust-core-foundation-sys-0.7 with 0.6 in cargo-inputs.
Skip tests.
This commit is contained in:
Efraim Flashner 2020-10-12 11:50:33 +03:00
parent ade20696c9
commit 7507db9dc7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4599,7 +4599,14 @@ (define-public rust-core-foundation-0.6
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0va97wf49c8dzm9c8pgyk1jn7z21rl0bj1syf2zz5m2z2hzy1f95"))))))
"0va97wf49c8dzm9c8pgyk1jn7z21rl0bj1syf2zz5m2z2hzy1f95"))))
(arguments
`(#:tests? #f
#:cargo-inputs
(("rust-chrono" ,rust-chrono-0.4)
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.6)
("rust-libc" ,rust-libc-0.2)
("rust-uuid" ,rust-uuid-0.5))))))
(define-public rust-core-foundation-sys-0.7
(package