From 70285b8aaa8d307d835beb7ba12f91fa22949118 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 6 Nov 2025 16:51:32 +0100 Subject: [PATCH] python3Packages.chipwhisperer: minor cleanup --- pkgs/development/python-modules/chipwhisperer/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/chipwhisperer/default.nix b/pkgs/development/python-modules/chipwhisperer/default.nix index 1cc7fc8657bb..dcc446611b45 100644 --- a/pkgs/development/python-modules/chipwhisperer/default.nix +++ b/pkgs/development/python-modules/chipwhisperer/default.nix @@ -43,8 +43,6 @@ buildPythonPackage rec { hash = "sha256-C7QP044QEP7vmz1lMseLtMTYoKn5SoFV/q9URY7yQ6I="; }; - # Build - pyproject = true; build-system = [ @@ -70,8 +68,6 @@ buildPythonPackage rec { tqdm ]; - # Install - nativeInstallCheckInputs = [ udevCheckHook ]; @@ -90,8 +86,6 @@ buildPythonPackage rec { EOF ''; - # Check - pythonImportsCheck = [ "chipwhisperer" ]; nativeCheckInputs = [