Commit 425e9e3f authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

python3Packages.iminuit: fix meta.changelog, use build-system

parent 39091eed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    hash = "sha256-/7Oust4mxADQr/fit0V/ZM1gmklMRe5Xnv/ugbG8XXg=";
  };

  nativeBuildInputs = [
  build-system = [
    cmake
    scikit-build-core
    pybind11
@@ -45,7 +45,7 @@ buildPythonPackage rec {

  meta = with lib; {
    homepage = "https://github.com/scikit-hep/iminuit";
    changelog = "https://github.com/scikit-hep/iminuit/releases/tag/v{version}";
    changelog = "https://github.com/scikit-hep/iminuit/releases/tag/v${version}";
    description = "Python interface for the Minuit2 C++ library";
    license = with licenses; [
      mit