mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: Add rust-dejavu-2.
* gnu/packages/crates-io.scm (rust-dejavu-2): New variable. Change-Id: I3277f9b0ed00880a383f69056a504f967c2f8388
This commit is contained in:
parent
8d8a1e9371
commit
acf33bb40d
1 changed files with 19 additions and 0 deletions
|
@ -19672,6 +19672,25 @@ resource-constrained devices, like micro-controllers.")
|
||||||
strings.")
|
strings.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
;; TODO: Unbundle dejavu font
|
||||||
|
(define-public rust-dejavu-2
|
||||||
|
(package
|
||||||
|
(name "rust-dejavu")
|
||||||
|
(version "2.37.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "dejavu" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1hgv2cc9gnk8q8j2zl4hk2vf2jhf9mfcqsm31m4nv065zfspayq1"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/brayniac/dejavu")
|
||||||
|
(synopsis "Provides the DejaVu font family for embedding")
|
||||||
|
(description
|
||||||
|
"This package provides the @code{DejaVu} font family for embedding.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-demo-hack-0.0
|
(define-public rust-demo-hack-0.0
|
||||||
(package
|
(package
|
||||||
(name "rust-demo-hack")
|
(name "rust-demo-hack")
|
||||||
|
|
Loading…
Add table
Reference in a new issue