mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-freetype-0.7: Update to 0.7.2.
* gnu/packages/crates-io.scm (rust-freetype-0.7): Update to 0.7.2. [arguments]: Don't skip the build. [cargo-inputs]: Replace rust-freetype-sys-0.13 with 0.20. [inputs]: Add freetype. Change-Id: Ie0075965468999930e6314354355132870d40b80
This commit is contained in:
parent
b5c4442b8f
commit
28bab60b70
1 changed files with 5 additions and 5 deletions
|
@ -29751,20 +29751,20 @@ (define-public rust-fragile-1
|
|||
(define-public rust-freetype-0.7
|
||||
(package
|
||||
(name "rust-freetype")
|
||||
(version "0.7.0")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "freetype" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ijxyd8isq0w7qkbhp7p1y536xg3d8b8vy5ljg31rnz3m5w87qxy"))))
|
||||
(base32 "0vl0lyrz3wswch06i34sxadyzb443qapgf6fjd48wyb3w140fi2s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-freetype-sys" ,rust-freetype-sys-0.13)
|
||||
`(#:cargo-inputs
|
||||
(("rust-freetype-sys" ,rust-freetype-sys-0.20)
|
||||
("rust-libc" ,rust-libc-0.2))))
|
||||
(inputs (list freetype))
|
||||
(home-page "https://github.com/servo/rust-freetype")
|
||||
(synopsis "Bindings for Freetype used by Servo")
|
||||
(description "This package provides bindings for Freetype used by Servo.")
|
||||
|
|
Loading…
Reference in a new issue