From 75007d54ed7860afe4fd9f462dfecdbc2d30e07a Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Thu, 20 Feb 2025 04:56:27 +0800 Subject: [PATCH] stig: remove dontUseSetuptoolsCheck specification setuptooolsCheckHooks has been removed. --- pkgs/by-name/st/stig/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/st/stig/package.nix b/pkgs/by-name/st/stig/package.nix index 03e1ea67b271..307995c9bfc9 100644 --- a/pkgs/by-name/st/stig/package.nix +++ b/pkgs/by-name/st/stig/package.nix @@ -35,8 +35,6 @@ python3Packages.buildPythonApplication rec { pytestCheckHook ]; - dontUseSetuptoolsCheck = true; - preCheck = '' export LC_ALL=C '';