mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: Remove rust-metal-0.14.
* gnu/packages/crates-io.scm (rust-metal-0.14): Delete variable.
This commit is contained in:
parent
b4f0428383
commit
12b4572d95
1 changed files with 0 additions and 31 deletions
|
@ -33899,37 +33899,6 @@ (define-public rust-metal-0.18
|
||||||
(description "This package provides Rust bindings for Metal.")
|
(description "This package provides Rust bindings for Metal.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-metal-0.14
|
|
||||||
(package
|
|
||||||
(inherit rust-metal-0.18)
|
|
||||||
(name "rust-metal")
|
|
||||||
(version "0.14.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "metal" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0my1xwlv562i80y3jbk0nygayi383j5skdwk48clb286b7922gyd"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-bitflags" ,rust-bitflags-1)
|
|
||||||
("rust-block" ,rust-block-0.1)
|
|
||||||
("rust-cocoa" ,rust-cocoa-0.18)
|
|
||||||
("rust-core-graphics" ,rust-core-graphics-0.17)
|
|
||||||
("rust-foreign-types" ,rust-foreign-types-0.3)
|
|
||||||
("rust-libc" ,rust-libc-0.2)
|
|
||||||
("rust-log" ,rust-log-0.4)
|
|
||||||
("rust-objc" ,rust-objc-0.2)
|
|
||||||
("rust-objc-foundation" ,rust-objc-foundation-0.1)
|
|
||||||
("rust-objc-id" ,rust-objc-id-0.1))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-sema" ,rust-sema-0.1)
|
|
||||||
("rust-winit" ,rust-winit-0.19)))))) ; 0.17?
|
|
||||||
|
|
||||||
(define-public rust-tls-parser-0.10
|
(define-public rust-tls-parser-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-tls-parser")
|
(name "rust-tls-parser")
|
||||||
|
|
Loading…
Reference in a new issue