python311Packages.tblite: don't override configure

`mesonConfigurePhase` will be used so this is unnecessary
This commit is contained in:
Artturin
2023-10-08 23:23:09 +03:00
parent 021da9bf62
commit 51b894301b
@@ -47,12 +47,5 @@ buildPythonPackage {
format = "other";
pythonImportsCheck = [ "tblite" "tblite.interface" ];
configurePhase = ''
runHook preConfigure
meson setup build -Dpython=true --prefix=$out
cd build
runHook postConfigure
'';
mesonFlags = [ "-Dpython=true" ];
}