python3Packages.quantiphy: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:32:19 +02:00
parent 6b47bddf45
commit 47f6661926

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flitBuildHook
, flit-core
, pytestCheckHook
, pythonOlder
, inform
@ -27,7 +27,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
flitBuildHook
flit-core
];
propagatedBuildInputs = [