Commit 51b89430 authored by Artturin's avatar Artturin
Browse files

python311Packages.tblite: don't override configure

`mesonConfigurePhase` will be used so this is unnecessary
parent 021da9bf
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -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" ];
}