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