mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 17:29:30 +08:00
packages.stickerpicker: fix build
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ src, buildPythonApplication, aiohttp, yarl, pillow, telethon, cryptg, python-magic }: buildPythonApplication
|
||||
{ src, buildPythonApplication, aiohttp, yarl, pillow, telethon, cryptg, python-magic, setuptools }:
|
||||
buildPythonApplication
|
||||
{
|
||||
name = "stickerpicker";
|
||||
inherit src;
|
||||
propagatedBuildInputs = [ aiohttp yarl pillow telethon cryptg python-magic ];
|
||||
pyproject = true;
|
||||
build-system = [ setuptools ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user