From 7ac2d7d454669221e9ec1dfd8d073e1b06cafc88 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:41:57 -0700 Subject: [PATCH] python310Packages.qcodes: allow binding to localhost on darwin --- pkgs/development/python-modules/qcodes/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/qcodes/default.nix b/pkgs/development/python-modules/qcodes/default.nix index 46e39fc4fcf8..783194fdaa91 100644 --- a/pkgs/development/python-modules/qcodes/default.nix +++ b/pkgs/development/python-modules/qcodes/default.nix @@ -100,6 +100,8 @@ buildPythonPackage rec { ]; }; + __darwinAllowLocalNetworking = true; + nativeCheckInputs = [ pytestCheckHook deepdiff