Loading pkgs/development/libraries/science/chemistry/tblite/python.nix +1 −8 Original line number Diff line number Diff line Loading @@ -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
pkgs/development/libraries/science/chemistry/tblite/python.nix +1 −8 Original line number Diff line number Diff line Loading @@ -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" ]; }