me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-freetype-0.4.

* gnu/packages/crates-io.scm (rust-freetype-0.4): Delete variable.
Efraim Flashner 2022-10-18 22:31:36 +03:00
parent 11f01b37c0
commit 536d49fdbd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 19 deletions

View File

@ -23355,25 +23355,6 @@ values to other threads.")
(description "This package provides bindings for Freetype used by Servo.") (description "This package provides bindings for Freetype used by Servo.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public rust-freetype-0.4
(package
(inherit rust-freetype-0.7)
(name "rust-freetype")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "freetype" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0a70x03n68997f08bi3n47q9wyi3pv5s9v4rjc79sihb84mnp4hi"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-servo-freetype-sys" ,rust-servo-freetype-sys-4))))))
(define-public rust-freetype-rs-0.26 (define-public rust-freetype-rs-0.26
(package (package
(name "rust-freetype-rs") (name "rust-freetype-rs")