mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Remove rust-yeslogic-fontconfig-sys-2.
* gnu/packages/crates-io.scm (rust-yeslogic-fontconfig-sys-2): Delete variable.
This commit is contained in:
parent
3db2f48c07
commit
4103d3d729
1 changed files with 0 additions and 17 deletions
|
@ -70356,23 +70356,6 @@ (define-public rust-yeslogic-fontconfig-sys-3
|
|||
for locating fonts.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-zbase32")
|
||||
|
|
Loading…
Reference in a new issue