7 stdenvNoCC.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-7+RQHYxNFqOw2EeS2hgrbK/VbUAiPorUtkyRb5MFh5w=";
18 nativeBuildInputs = [unzip];
22 unzip products/Poppins-4.003-GoogleFonts-TTF.zip
23 unzip products/PoppinsLatin-5.001-Latin-TTF.zip
24 install -Dm644 *.ttf -t $out/share/fonts/truetype
29 description = "Devanagari + Latin family for Google Fonts";
30 homepage = "https://github.com/itfoundry/Poppins/";
31 license = lib.licenses.ofl;
32 maintainers = with lib.maintainers; [nyawox];
33 platforms = lib.platforms.all;