7 stdenvNoCC.mkDerivation {
8 pname = "times-newer-roman";
9 version = "unstable-2018-09-11";
12 url = "https://web.archive.org/web/20210609022835/https://timesnewerroman.com/assets/TimesNewerRoman.zip";
14 hash = "sha256-wO4rxyJNQyhRLpswCYKXdeiXy5G+iWyxulYCHZb60QM=";
20 mkdir -p $out/share/fonts/opentype
21 cp *.otf $out/share/fonts/opentype
27 description = "Font that looks just like Times New Roman, except each character is 5-10% wider";
28 homepage = "https://timesnewerroman.com/";
29 license = licenses.gpl2Plus;
31 platforms = platforms.all;