We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b340f9 commit 9b7a02aCopy full SHA for 9b7a02a
pkgs/development/python-modules/types-pytz/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
15
hash = "sha256-RDO130pvxYe77UFxbYalul2DK0N45Qb0DTS8nIHfLCQ=";
16
};
17
18
- nativeBuildInputs = [ setuptools ];
+ build-system = [ setuptools ];
19
20
# Modules doesn't have tests
21
doCheck = false;
0 commit comments