atkinson-hyperlegible-mono: fix missing webfont output

This commit is contained in:
pancaek
2026-05-03 17:05:32 -07:00
parent 7d813c317d
commit 1994cb161f

View File

@@ -9,6 +9,11 @@ stdenvNoCC.mkDerivation {
pname = "atkinson-hyperlegible-mono";
version = "2.001-unstable-2024-11-20";
outputs = [
"out"
"webfont"
];
src = fetchFromGitHub {
owner = "googlefonts";
repo = "atkinson-hyperlegible-next-mono";