1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation {
5 version = "2018-09-22";
8 url = "https://fontlibrary.org/assets/downloads/quinze/0271bb7be00ea75dcfa06ef7c7f1054e/quinze.zip";
9 hash = "sha256-6C6drbAHme38tF2PtY/YFDdHCbR0JURs4F/K+KZqKiQ=";
16 install -m444 -Dt $out/share/fonts/truetype *.ttf
22 description = "narrow monospaced font, designed to fit a fifteen pixel bitmap";
23 homepage = "https://fontlibrary.org/en/font/quinze";
24 license = licenses.ofl;
25 maintainers = with maintainers; [ phunehehe ];
26 platforms = platforms.all;