mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add font-iosevka-ss02.
* gnu/packages/fonts.scm (font-iosevka-ss02): New variable. Change-Id: I9b57b7e93f06a15a142863aa6d1e54809616be2d Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a2d4061c0e
commit
5bee53bd22
1 changed files with 14 additions and 0 deletions
|
|
@ -2081,6 +2081,20 @@ programming. Iosevka is completely generated from its source code.")
|
|||
(sha256
|
||||
(base32 "01awvcjp9yrvb57pr55ynp12kvjcjyl4yddbaqxh39if2hlp530n"))))))
|
||||
|
||||
(define-public font-iosevka-ss02
|
||||
(package
|
||||
(inherit font-iosevka)
|
||||
(name "font-iosevka-ss02")
|
||||
(version (package-version font-iosevka))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/be5invis/Iosevka"
|
||||
"/releases/download/v" version
|
||||
"/ttc-iosevka-ss02-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "1j849rpz8lrarhnc020wy6m0lk3xizjrxihbc0bqld6pmjam6b7n"))))))
|
||||
|
||||
(define-public font-iosevka-ss08
|
||||
(package
|
||||
(inherit font-iosevka)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue