mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-core-graphics-0.19.
* gnu/packages/crates-graphics.scm (rust-core-graphics-0.19): New variable.
This commit is contained in:
parent
bd5f593edf
commit
dc7912ce77
1 changed files with 20 additions and 0 deletions
|
@ -376,6 +376,26 @@ for computer graphics.")
|
||||||
"This package provides bindings to Core Graphics for macOS.")
|
"This package provides bindings to Core Graphics for macOS.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-core-graphics-0.19
|
||||||
|
(package
|
||||||
|
(inherit rust-core-graphics-0.21)
|
||||||
|
(name "rust-core-graphics")
|
||||||
|
(version "0.19.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "core-graphics" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "08z9pgwfc0wb5v3ns7rnb2010q9g42b5vfwhp9fv4spawrs9725k"))))
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-bitflags" ,rust-bitflags-1)
|
||||||
|
("rust-core-foundation" ,rust-core-foundation-0.7)
|
||||||
|
("rust-foreign-types" ,rust-foreign-types-0.3)
|
||||||
|
("rust-libc" ,rust-libc-0.2))))))
|
||||||
|
|
||||||
(define-public rust-core-graphics-0.17
|
(define-public rust-core-graphics-0.17
|
||||||
(package
|
(package
|
||||||
(inherit rust-core-graphics-0.21)
|
(inherit rust-core-graphics-0.21)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue