python311Packages.tblite: don't override configure
`mesonConfigurePhase` will be used so this is unnecessary
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user