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 = [