1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation {
4 pname = "typodermic-public-domain";
9 "https://typodermicfonts.com/wp-content/uploads/2022/11/typodermic-public-domain-2022-11.zip";
10 hash = "sha256-2hqpehQ4zxSvsw2dtom/fkMAayJKNvOdYs+c+rrvJKw=";
11 curlOptsList = [ "--user-agent" "Mozilla/5.0" ]; # unbreak their wordpress
19 mkdir -p $out/share/fonts
20 cp -a "$src/OpenType Fonts" "$out/share/fonts/opentype"
25 homepage = "https://typodermicfonts.com/";
26 description = "Vintage Typodermic fonts";
27 maintainers = with lib.maintainers; [ ehmry ];
28 license = lib.licenses.cc0;