mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Remove rust-crossfont-0.3.
* gnu/packages/crates-io.scm (rust-crossfont-0.3): Delete variable. Change-Id: I56e29b0361f3a397d73870ae4cc5a4e3d0bca7c7
This commit is contained in:
parent
758d459473
commit
d2ff4d085a
1 changed files with 0 additions and 29 deletions
|
@ -14728,35 +14728,6 @@ (define-public rust-crossfont-0.5
|
|||
("rust-servo-fontconfig" ,rust-servo-fontconfig-0.5)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-crossfont-0.3
|
||||
(package
|
||||
(inherit rust-crossfont-0.5)
|
||||
(name "rust-crossfont")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crossfont" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lc2a6q9c4p35hpiwddhnx4f21l48xixjywmlvjbf5v49id6k68j"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cocoa" ,rust-cocoa-0.24)
|
||||
("rust-core-foundation" ,rust-core-foundation-0.9)
|
||||
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.8)
|
||||
("rust-core-graphics" ,rust-core-graphics-0.22)
|
||||
("rust-core-text" ,rust-core-text-19)
|
||||
("rust-dwrote" ,rust-dwrote-0.11)
|
||||
("rust-foreign-types" ,rust-foreign-types-0.5)
|
||||
("rust-freetype-rs" ,rust-freetype-rs-0.26)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
("rust-servo-fontconfig" ,rust-servo-fontconfig-0.5)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-crossterm-0.27
|
||||
(package
|
||||
(name "rust-crossterm")
|
||||
|
|
Loading…
Reference in a new issue