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

This commit is contained in:
Dmitry Kalinkin
2025-11-15 10:29:50 -05:00
parent 39091eed54
commit 425e9e3fd4
@@ -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