mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
atkinson-hyperlegible-mono: fix missing webfont output
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user