Loading pkgs/by-name/te/telegram-bot-api/package.nix +24 −7 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, cmake, gperf, openssl, zlib }: { lib, stdenv, fetchFromGitHub, cmake, gperf, openssl, zlib, }: stdenv.mkDerivation { pname = "telegram-bot-api"; Loading @@ -12,15 +20,24 @@ stdenv.mkDerivation { fetchSubmodules = true; }; nativeBuildInputs = [ cmake gperf ]; buildInputs = [ openssl zlib ]; nativeBuildInputs = [ cmake gperf ]; buildInputs = [ openssl zlib ]; meta = with lib; { meta = { description = "Telegram Bot API server"; homepage = "https://github.com/tdlib/telegram-bot-api"; license = licenses.boost; maintainers = with maintainers; [ Anillc Forden ]; platforms = platforms.all; license = lib.licenses.boost; maintainers = with lib.maintainers; [ Anillc Forden ]; platforms = lib.platforms.all; mainProgram = "telegram-bot-api"; }; } Loading
pkgs/by-name/te/telegram-bot-api/package.nix +24 −7 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, cmake, gperf, openssl, zlib }: { lib, stdenv, fetchFromGitHub, cmake, gperf, openssl, zlib, }: stdenv.mkDerivation { pname = "telegram-bot-api"; Loading @@ -12,15 +20,24 @@ stdenv.mkDerivation { fetchSubmodules = true; }; nativeBuildInputs = [ cmake gperf ]; buildInputs = [ openssl zlib ]; nativeBuildInputs = [ cmake gperf ]; buildInputs = [ openssl zlib ]; meta = with lib; { meta = { description = "Telegram Bot API server"; homepage = "https://github.com/tdlib/telegram-bot-api"; license = licenses.boost; maintainers = with maintainers; [ Anillc Forden ]; platforms = platforms.all; license = lib.licenses.boost; maintainers = with lib.maintainers; [ Anillc Forden ]; platforms = lib.platforms.all; mainProgram = "telegram-bot-api"; }; }