From 33a531b378a3d7ea6a4dc32e816f19f170c8466f Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Fri, 20 Mar 2026 01:29:25 +0100 Subject: [PATCH] python3Packages.tinyio: fix build --- pkgs/development/python-modules/tinyio/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/tinyio/default.nix b/pkgs/development/python-modules/tinyio/default.nix index d969137dc5f0..13f887fdf00d 100644 --- a/pkgs/development/python-modules/tinyio/default.nix +++ b/pkgs/development/python-modules/tinyio/default.nix @@ -9,6 +9,7 @@ # tests pytestCheckHook, + trio, }: buildPythonPackage rec { @@ -31,6 +32,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook + trio ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [