mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-metal-0.18: Downgrade to 0.18.0.
Later versions of this crate were yanked by upstream. * gnu/packages/crates-apple.scm (rust-metal-0.18): Downgrade to 0.18.0. [cargo-inputs]: Add rust-core-graphics-0.19. Replace rust-cocoa-0.22 with 0.20. Change-Id: I6d75e6bf94ebccd829c356cfe0bf1944ed1f3a0b
This commit is contained in:
parent
2c0995169b
commit
3a1e307b3a
1 changed files with 4 additions and 3 deletions
|
@ -885,21 +885,22 @@ (define-public rust-mach-o-sys-0.1
|
|||
(define-public rust-metal-0.18
|
||||
(package
|
||||
(name "rust-metal")
|
||||
(version "0.18.1")
|
||||
(version "0.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "metal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08n3kfv78jm3pf7fafwfv67n40lgcdg7w9lqn9g4sdvfwdk90vrf"))))
|
||||
(base32 "1h1dx42sdkn4jl1rnjisv687vd5jyck982wxq3r9xgmx8bpa1671"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-block" ,rust-block-0.1)
|
||||
("rust-cocoa" ,rust-cocoa-0.22)
|
||||
("rust-cocoa" ,rust-cocoa-0.20)
|
||||
("rust-core-graphics" ,rust-core-graphics-0.19)
|
||||
("rust-foreign-types" ,rust-foreign-types-0.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-objc" ,rust-objc-0.2))))
|
||||
|
|
Loading…
Reference in a new issue