mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: font-tuffy: Fix build.
* gnu/packages/fonts.scm (font-tuffy)[native-inputs]: Add zstd. Change-Id: I661fe381745b17b7b8ac33aa42981a6bf97eddb9
This commit is contained in:
parent
aa8ea62ce0
commit
0ce6533d63
1 changed files with 2 additions and 0 deletions
|
@ -3782,6 +3782,8 @@ (define-public font-tuffy
|
|||
"02vf72bgrp30vrbfhxjw82s115z27dwfgnmmzfb0n9wfhxxfpyf6"))
|
||||
(snippet '(delete-file "._Tuffy.otf"))))
|
||||
(build-system font-build-system)
|
||||
;; TODO: remove this when font-build-system have 'zstd'.
|
||||
(native-inputs (list zstd))
|
||||
(home-page "http://tulrich.com/fonts/")
|
||||
(synopsis "The Tuffy Truetype Font Family")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue