mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add font-iosevka-ss06.
* gnu/packages/fonts.scm (font-iosevka-ss06): New variable. Change-Id: I87e463c817b211058e0f5dc8c9410c08a17e4a41 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
c4d9c21042
commit
2fc4a1c18b
1 changed files with 14 additions and 0 deletions
|
|
@ -2137,6 +2137,20 @@ programming. Iosevka is completely generated from its source code.")
|
|||
(sha256
|
||||
(base32 "0rpmw3cpzigv39nnirwmai118n5bnpmr58s90p20n4wgvr0rnfz2"))))))
|
||||
|
||||
(define-public font-iosevka-ss06
|
||||
(package
|
||||
(inherit font-iosevka)
|
||||
(name "font-iosevka-ss06")
|
||||
(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-ss06-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "0pw41ncg2qjabi33ql2xp4a76gxxynybqbgrj7lk30dyr597v5v9"))))))
|
||||
|
||||
(define-public font-iosevka-ss08
|
||||
(package
|
||||
(inherit font-iosevka)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue