7 stdenvNoCC.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-j8fT17RkgMQAAS4KsC2+uItT8Z300SZWnLkyo4XI1WY=";
21 install -D -m 444 public/Virgil.woff2 -t $out/share/fonts/woff2
22 install -D -m 444 public/FG_Virgil.woff2 -t $out/share/fonts/woff2
23 install -D -m 444 public/FG_Virgil.ttf -t $out/share/fonts/ttf
29 homepage = "https://github.com/excalidraw/virgil";
30 description = "Font that powers Excalidraw";
31 platforms = lib.platforms.all;
32 maintainers = with lib.maintainers; [ drupol ];
33 license = lib.licenses.ofl;