mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
catullus: deploy telegram-betacode
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, buildPythonPackage, python-telegram-bot }:
|
||||
{ fetchFromGitHub, buildPythonApplication, buildPythonPackage, fetchPypi, python-telegram-bot }:
|
||||
let
|
||||
pygtrie = buildPythonPackage rec {
|
||||
pname = "pygtrie";
|
||||
@@ -16,10 +16,11 @@ let
|
||||
inherit pname version;
|
||||
sha256 = "08fnjzjvnm9m6p4ddyr8qgfb9bs2nipv4ls50784v0xazgxx7siv";
|
||||
};
|
||||
preBuild = ''sed -i 's/[\d128-\d255]//g' ./README.rst'';
|
||||
propagatedBuildInputs = [ pygtrie ];
|
||||
doCheck = false;
|
||||
};
|
||||
in buildPythonPackage rec {
|
||||
in buildPythonApplication rec {
|
||||
pname = "telegram-betacode";
|
||||
version = "0.1.0";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ fetchFromGitHub, buildPythonPackage, pillow, python-telegram-bot, pydub, ffmpeg }:
|
||||
buildPythonPackage rec {
|
||||
{ fetchFromGitHub, buildPythonApplication, pillow, python-telegram-bot, pydub, ffmpeg }:
|
||||
buildPythonApplication rec {
|
||||
pname = "telegram-reverse";
|
||||
version = "0.2.0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user