mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: rust-metal-0.18: Move to (gnu packages crates-apple).
* gnu/packages/crates-io.scm (rust-metal-0.18): Move from here ... * gnu/packages/crates-apple.scm: ... to here. Change-Id: Ica5be709b1a1136cdca0f8b7febf6cf0c68187a4
This commit is contained in:
parent
f39373c455
commit
f900f84f80
2 changed files with 26 additions and 26 deletions
|
@ -746,6 +746,32 @@ (define-public rust-icrate-0.0.4
|
|||
(description "This package provides bindings to Apple's frameworks.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-metal-0.18
|
||||
(package
|
||||
(name "rust-metal")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "metal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08n3kfv78jm3pf7fafwfv67n40lgcdg7w9lqn9g4sdvfwdk90vrf"))))
|
||||
(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-foreign-types" ,rust-foreign-types-0.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-objc" ,rust-objc-0.2))))
|
||||
(home-page "https://github.com/gfx-rs/metal-rs")
|
||||
(synopsis "Rust bindings for Metal")
|
||||
(description "This package provides Rust bindings for Metal.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-objc-0.2
|
||||
(package
|
||||
(name "rust-objc")
|
||||
|
|
|
@ -39629,32 +39629,6 @@ (define-public rust-metadeps-1
|
|||
(description "Run pkg-config from declarative dependencies in Cargo.toml.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-metal-0.18
|
||||
(package
|
||||
(name "rust-metal")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "metal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08n3kfv78jm3pf7fafwfv67n40lgcdg7w9lqn9g4sdvfwdk90vrf"))))
|
||||
(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-foreign-types" ,rust-foreign-types-0.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-objc" ,rust-objc-0.2))))
|
||||
(home-page "https://github.com/gfx-rs/metal-rs")
|
||||
(synopsis "Rust bindings for Metal")
|
||||
(description "This package provides Rust bindings for Metal.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-thousands-0.2
|
||||
(package
|
||||
(name "rust-thousands")
|
||||
|
|
Loading…
Reference in a new issue