add sticker patch
This commit is contained in:
parent
56be4d4aeb
commit
bf50243c3b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
||||||
pname = "mautrix-telegram";
|
pname = "mautrix-telegram";
|
||||||
version = inputs.mautrix-telegram.lastModifiedDate;
|
version = inputs.mautrix-telegram.lastModifiedDate;
|
||||||
src = inputs.mautrix-telegram;
|
src = inputs.mautrix-telegram;
|
||||||
patches = ["${inputs.nixpkgs}/pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch"];
|
patches = ["${inputs.nixpkgs}/pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch" ./mautrix-telegram-sticker.patch];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
Mako
|
Mako
|
||||||
aiohttp
|
aiohttp
|
||||||
|
|
Reference in a new issue