7 stdenvNoCC.mkDerivation {
8 pname = "typodermic-public-domain";
12 url = "https://typodermicfonts.com/wp-content/uploads/2024/04/typodermic-public-domain-2024-04.zip";
13 hash = "sha256-grAAU/yL/Q1EyZtrvcgrB6bcXMZoNs7suVYaKibqBOE=";
17 ]; # unbreak their wordpress
25 mkdir -p $out/share/fonts
26 cp -a "$src/OpenType Fonts" "$out/share/fonts/opentype"
31 homepage = "https://typodermicfonts.com/";
32 description = "Vintage Typodermic fonts";
33 maintainers = with lib.maintainers; [ ehmry ];
34 license = lib.licenses.cc0;
35 platforms = lib.platforms.all;