From 315d63a6784bd541fd4df5fc48d341d4baf64c34 Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 7 Jun 2026 11:03:49 +0700 Subject: [PATCH] python3Packages.click-command-tree: modernize --- pkgs/development/python-modules/click-command-tree/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/click-command-tree/default.nix b/pkgs/development/python-modules/click-command-tree/default.nix index 6e67b31c24ae..bf1141b0c81c 100644 --- a/pkgs/development/python-modules/click-command-tree/default.nix +++ b/pkgs/development/python-modules/click-command-tree/default.nix @@ -12,6 +12,8 @@ buildPythonPackage (finalAttrs: { version = "1.2.0"; pyproject = true; + __structuredAttrs = true; + src = fetchFromGitHub { owner = "whwright"; repo = "click-command-tree";