Commit 33a531b3 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.tinyio: fix build

parent 0242d91e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

  # tests
  pytestCheckHook,
  trio,
}:

buildPythonPackage rec {
@@ -31,6 +32,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    trio
  ];

  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [