Merge pull request #259835 from Artturin/tblitepy
python311Packages.tblite: don't override configure
This commit is contained in:
commit
265f1a98f6
1 changed files with 1 additions and 8 deletions
|
@ -47,12 +47,5 @@ buildPythonPackage {
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
pythonImportsCheck = [ "tblite" "tblite.interface" ];
|
pythonImportsCheck = [ "tblite" "tblite.interface" ];
|
||||||
configurePhase = ''
|
mesonFlags = [ "-Dpython=true" ];
|
||||||
runHook preConfigure
|
|
||||||
|
|
||||||
meson setup build -Dpython=true --prefix=$out
|
|
||||||
cd build
|
|
||||||
|
|
||||||
runHook postConfigure
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue