mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:55:22 +08:00
7 lines
236 B
Nix
7 lines
236 B
Nix
{ src, buildPythonApplication, aiohttp, yarl, pillow, telethon, cryptg, python-magic }: buildPythonApplication
|
|
{
|
|
name = "stickerpicker";
|
|
inherit src;
|
|
propagatedBuildInputs = [ aiohttp yarl pillow telethon cryptg python-magic ];
|
|
}
|