We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ce11c commit ae980a7Copy full SHA for ae980a7
pkgs/development/python-modules/omnikinverter/default.nix
@@ -24,6 +24,8 @@ buildPythonPackage rec {
24
hash = "sha256-W9VeRhsCXLLgOgvJcNNCGNmPvakPtKHAtwQAGtYJbcY=";
25
};
26
27
+ __darwinAllowLocalNetworking = true;
28
+
29
postPatch = ''
30
# Upstream doesn't set a version for the pyproject.toml
31
substituteInPlace pyproject.toml \
0 commit comments