From d3d895958fa45bc4c02209c5fee72045f46332d9 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 8 Mar 2026 21:45:59 +0100 Subject: [PATCH] python3Packages.onnxslim: use correct build-system --- pkgs/development/python-modules/onnxslim/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/onnxslim/default.nix b/pkgs/development/python-modules/onnxslim/default.nix index 4ef246442c5a..3341a0cb317b 100644 --- a/pkgs/development/python-modules/onnxslim/default.nix +++ b/pkgs/development/python-modules/onnxslim/default.nix @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system - setuptools, + hatchling, # dependencies colorama, @@ -26,7 +26,7 @@ buildPythonPackage rec { }; build-system = [ - setuptools + hatchling ]; dependencies = [