beedii: fix missing webfont output

This commit is contained in:
pancaek
2026-05-03 17:39:50 -07:00
parent 4ba923802b
commit dca79d2004
+5
View File
@@ -10,6 +10,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
pname = "beedii";
version = "1.0.0";
outputs = [
"out"
"webfont"
];
src = fetchzip {
url = "https://github.com/webkul/beedii/releases/download/v${finalAttrs.version}/beedii.zip";
hash = "sha256-MefkmWl7LdhQiePpixKcatoIeOTlrRaO3QA9xWAxJ4Q=";