besley: fix missing webfont output

This commit is contained in:
pancaek
2026-05-03 17:39:50 -07:00
parent c7aaaebf2e
commit da99992a63
+5
View File
@@ -8,6 +8,11 @@ stdenvNoCC.mkDerivation {
pname = "besley";
version = "4.0-unstable-2023-01-09";
outputs = [
"out"
"webfont"
];
src = fetchFromGitHub {
owner = "indestructible-type";
repo = "Besley";