lol
0
fork

Configure Feed

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

python3Packages.termplotlib: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Sandro Jäckel
213cee6c fc407047

+5
+5
pkgs/development/python-modules/termplotlib/default.nix
··· 6 6 , exdown 7 7 , numpy 8 8 , gnuplot 9 + , setuptools 9 10 }: 10 11 11 12 buildPythonPackage rec { ··· 18 19 rev = "v${version}"; 19 20 sha256 = "1qfrv2w7vb2bbjvd5lqfq57c23iqkry0pwmif1ha3asmz330rja1"; 20 21 }; 22 + 23 + nativeBuildInputs = [ 24 + setuptools 25 + ]; 21 26 22 27 format = "pyproject"; 23 28 checkInputs = [