Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -14810,6 +14810,12 @@ githubId = 127548; name = "Judson Lester"; }; nyawox = { name = "nyawox"; email = "nyawox.git@gmail.com"; github = "nyawox"; githubId = 93813719; }; nzbr = { email = "nixos@nzbr.de"; github = "nzbr"; Loading pkgs/by-name/po/poppins/package.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchFromGitHub, unzip, }: stdenvNoCC.mkDerivation rec { pname = "poppins"; version = "4.003"; src = fetchFromGitHub { owner = "itfoundry"; repo = "poppins"; rev = "v${version}"; hash = "sha256-7+RQHYxNFqOw2EeS2hgrbK/VbUAiPorUtkyRb5MFh5w="; }; nativeBuildInputs = [unzip]; installPhase = '' runHook preInstall unzip products/Poppins-4.003-GoogleFonts-TTF.zip unzip products/PoppinsLatin-5.001-Latin-TTF.zip install -Dm644 *.ttf -t $out/share/fonts/truetype runHook postInstall ''; meta = { description = "A Devanagari + Latin family for Google Fonts"; homepage = "https://github.com/itfoundry/Poppins/"; license = lib.licenses.ofl; maintainers = with lib.maintainers; [nyawox]; platforms = lib.platforms.all; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -14810,6 +14810,12 @@ githubId = 127548; name = "Judson Lester"; }; nyawox = { name = "nyawox"; email = "nyawox.git@gmail.com"; github = "nyawox"; githubId = 93813719; }; nzbr = { email = "nixos@nzbr.de"; github = "nzbr"; Loading
pkgs/by-name/po/poppins/package.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib, stdenvNoCC, fetchFromGitHub, unzip, }: stdenvNoCC.mkDerivation rec { pname = "poppins"; version = "4.003"; src = fetchFromGitHub { owner = "itfoundry"; repo = "poppins"; rev = "v${version}"; hash = "sha256-7+RQHYxNFqOw2EeS2hgrbK/VbUAiPorUtkyRb5MFh5w="; }; nativeBuildInputs = [unzip]; installPhase = '' runHook preInstall unzip products/Poppins-4.003-GoogleFonts-TTF.zip unzip products/PoppinsLatin-5.001-Latin-TTF.zip install -Dm644 *.ttf -t $out/share/fonts/truetype runHook postInstall ''; meta = { description = "A Devanagari + Latin family for Google Fonts"; homepage = "https://github.com/itfoundry/Poppins/"; license = lib.licenses.ofl; maintainers = with lib.maintainers; [nyawox]; platforms = lib.platforms.all; }; }