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";
|
||||
pythonImportsCheck = [ "tblite" "tblite.interface" ];
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
meson setup build -Dpython=true --prefix=$out
|
||||
cd build
|
||||
|
||||
runHook postConfigure
|
||||
'';
|
||||
mesonFlags = [ "-Dpython=true" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue