1 { lib, fetchzip, stdenvNoCC }:
3 stdenvNoCC.mkDerivation {
8 url = "https://fontlibrary.org/assets/downloads/minecraftia/71962a7e3d4a70435c030466a12f1d63/minecraftia.zip";
9 hash = "sha256-AZFSts0GpBttbhl1LHMORiqqc9o7ZWhh5hbjhSnxAlA=";
16 install -D -m444 -t $out/share/fonts/truetype $src/Minecraftia.ttf
22 homepage = "https://fontlibrary.org/en/font/minecraftia";
23 description = "Cool Minecraft font";
24 license = licenses.cc-by-sa-30;
25 platforms = platforms.all;
26 maintainers = with lib.maintainers; [ gepbird ];