From 887dddbb10fdd5379c12d39f42a9d1698de34985 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 16 Jun 2026 22:17:15 +0200 Subject: [PATCH] python3Packages.archspec: remove erroned attribute --- pkgs/development/python-modules/archspec/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/archspec/default.nix b/pkgs/development/python-modules/archspec/default.nix index 55a192f01c09..f12992324371 100644 --- a/pkgs/development/python-modules/archspec/default.nix +++ b/pkgs/development/python-modules/archspec/default.nix @@ -1,7 +1,6 @@ { lib, buildPythonPackage, - click, fetchFromGitHub, jsonschema, poetry-core, @@ -23,8 +22,6 @@ buildPythonPackage rec { build-system = [ poetry-core ]; - dependecies = [ click ]; - nativeCheckInputs = [ pytestCheckHook jsonschema