From c35ee0149e2f98c45bb151f3d4d4007d970dccb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:37:22 +0100 Subject: [PATCH] python3Packages.automate-home: remove superfluous pythonOlder --- pkgs/development/python-modules/automate-home/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/automate-home/default.nix b/pkgs/development/python-modules/automate-home/default.nix index a6bb1e91233e..5c612efc7144 100644 --- a/pkgs/development/python-modules/automate-home/default.nix +++ b/pkgs/development/python-modules/automate-home/default.nix @@ -8,7 +8,6 @@ hiredis, pytestCheckHook, pythonAtLeast, - pythonOlder, pytz, pyyaml, setuptools, @@ -20,7 +19,7 @@ buildPythonPackage rec { pyproject = true; # Typing issue - disabled = pythonOlder "3.8" || pythonAtLeast "3.12"; + disabled = pythonAtLeast "3.12"; src = fetchPypi { inherit pname version;