mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06: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 @@ Most characters are just 4px wide, which is brilliant for low dpi(90-120) displa
|
|||
"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…
Add table
Reference in a new issue