mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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:
parent
ade20696c9
commit
7507db9dc7
1 changed files with 8 additions and 1 deletions
|
@ -4599,7 +4599,14 @@ (define-public rust-core-foundation-0.6
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(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
|
(define-public rust-core-foundation-sys-0.7
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue