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
commit 265f1a98f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];
}