1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/NerdyPepper/curie/releases/download/v${version}/curie-v${version}.tar.gz";
9 hash = "sha256-B89GNbOmm3lY/cRWQJEFu/5morCM/WrRQb/m6covbt8=";
17 mkdir -p $out/share/fonts/misc
18 install *.otb $out/share/fonts/misc
24 description = "Upscaled version of scientifica";
25 homepage = "https://github.com/NerdyPepper/curie";
26 license = licenses.ofl;
27 platforms = platforms.all;
28 maintainers = with maintainers; [ moni ];