From 254a0a2a40d6ce66efb31db6b6f0efb2dc00d54a Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 19 Feb 2026 12:41:16 +0000 Subject: [PATCH] python313Packages.scikit-build-core: clean up rebuild avoidance --- pkgs/development/python-modules/scikit-build-core/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/scikit-build-core/default.nix b/pkgs/development/python-modules/scikit-build-core/default.nix index 5e2e86cca1d8..d777ee24b889 100644 --- a/pkgs/development/python-modules/scikit-build-core/default.nix +++ b/pkgs/development/python-modules/scikit-build-core/default.nix @@ -1,6 +1,5 @@ { lib, - stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch, @@ -39,8 +38,7 @@ buildPythonPackage rec { hash = "sha256-zBTDacTkeclz+/X0SUl1xkxLz4zsfeLOD4Ew0V1Y1iU="; }; - # TODO: Rebuild avoidance; clean up on `staging`. - ${if stdenv.hostPlatform.isDarwin then "patches" else null} = [ + patches = [ # Backport an upstream commit to fix the tests on Darwin. (fetchpatch { url = "https://github.com/scikit-build/scikit-build-core/commit/c30f52a3b2bd01dc05f23d3b89332c213006afe0.patch";