besley: fix missing webfont output
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user