gnu: rust-yeslogic-fontconfig-sys: Add 2.11.2.
* gnu/packages/crates-io.scm (rust-yeslogic-fontconfig-sys-2): New variable.master
parent
4059158e6a
commit
1338e25610
|
@ -72752,6 +72752,23 @@ library.")
|
||||||
for locating fonts.")
|
for locating fonts.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-yeslogic-fontconfig-sys-2
|
||||||
|
(package
|
||||||
|
(inherit rust-yeslogic-fontconfig-sys-3)
|
||||||
|
(name "rust-yeslogic-fontconfig-sys")
|
||||||
|
(version "2.11.2")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "yeslogic-fontconfig-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"13bzwn12dmxnc8iqd6za6q3j2ililnqjcplnlrfblbca4ia73r1q"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-const-cstr" ,rust-const-cstr-0.3)
|
||||||
|
("rust-pkg-config" ,rust-pkg-config-0.3))))))
|
||||||
|
|
||||||
(define-public rust-zbase32-0.1
|
(define-public rust-zbase32-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-zbase32")
|
(name "rust-zbase32")
|
||||||
|
|
Reference in New Issue