python3Packages.nestedtext: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:21:42 +02:00
parent abeab7a556
commit e827c3de44

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, docopt , docopt
, fetchFromGitHub , fetchFromGitHub
, flitBuildHook , flit-core
, hypothesis , hypothesis
, inform , inform
, nestedtext , nestedtext
@ -27,7 +27,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
flitBuildHook flit-core
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [