From 8f9ee3c15bde3a73440d3b67cd7d8df1fd50c55c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Mar 2025 10:26:01 +0100 Subject: [PATCH] python313Packages.pyspx: refactor --- pkgs/development/python-modules/pyspx/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pyspx/default.nix b/pkgs/development/python-modules/pyspx/default.nix index d1b5daba2ac1..06e2b58bd33f 100644 --- a/pkgs/development/python-modules/pyspx/default.nix +++ b/pkgs/development/python-modules/pyspx/default.nix @@ -6,7 +6,6 @@ pytestCheckHook, pythonOlder, setuptools, - wheel, }: buildPythonPackage rec { @@ -24,10 +23,9 @@ buildPythonPackage rec { fetchSubmodules = true; }; - nativeBuildInputs = [ + build-system = [ cffi setuptools - wheel ]; nativeCheckInputs = [ pytestCheckHook ];