Merge pull request #259835 from Artturin/tblitepy

python311Packages.tblite: don't override configure
This commit is contained in:
Artturi
2023-10-09 12:21:34 +03:00
committed by GitHub
@@ -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" ];
}