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
, docopt
, fetchFromGitHub
, flitBuildHook
, flit-core
, hypothesis
, inform
, nestedtext
@ -27,7 +27,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
flitBuildHook
flit-core
];
propagatedBuildInputs = [