From d33cbda057dcca0f00da1e0680abd5e0533e16ff Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 2 Feb 2026 21:38:08 +0100 Subject: [PATCH] python3Packages.fastjsonschema: fix build for structuredAttrs --- pkgs/development/python-modules/fastjsonschema/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/fastjsonschema/default.nix b/pkgs/development/python-modules/fastjsonschema/default.nix index 06bd32160127..fbf17c993198 100644 --- a/pkgs/development/python-modules/fastjsonschema/default.nix +++ b/pkgs/development/python-modules/fastjsonschema/default.nix @@ -27,7 +27,8 @@ buildPythonPackage rec { disabledTests = [ "benchmark" # these tests require network access - "remote ref" + "remote" + "ref" "definitions" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [