python3Packages.nestedtext: switch to pypaBuildHook
This commit is contained in:
parent
abeab7a556
commit
e827c3de44
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, docopt
|
||||
, fetchFromGitHub
|
||||
, flitBuildHook
|
||||
, flit-core
|
||||
, hypothesis
|
||||
, inform
|
||||
, nestedtext
|
||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
flitBuildHook
|
||||
flit-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue