cooper: fix missing webfont output

This commit is contained in:
pancaek
2026-05-03 17:39:51 -07:00
parent d4eabd2502
commit aef71357a9
+5
View File
@@ -8,6 +8,11 @@ stdenvNoCC.mkDerivation {
pname = "cooper";
version = "1.01-unstable-2025-05-25";
outputs = [
"out"
"webfont"
];
src = fetchFromGitHub {
owner = "indestructible-type";
repo = "Cooper";