lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.peco: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Frederik Rietdijk
5ad59cba 33c34bea

+5
+5
pkgs/development/python-modules/peco/default.nix
··· 4 4 , fetchPypi 5 5 , pydantic 6 6 , pythonOlder 7 + , setuptools 7 8 }: 8 9 9 10 buildPythonPackage rec { ··· 17 18 inherit pname version; 18 19 hash = "sha256-zL0tBTwm+l5eyxlWr2xoE+nLpMfUKri1/yD+WgTUqHQ="; 19 20 }; 21 + 22 + nativeBuildInputs = [ 23 + setuptools 24 + ]; 20 25 21 26 propagatedBuildInputs = [ 22 27 aiohttp