about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-02-11 11:13:35 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-11 11:13:35 +0100
commit88b64fa73471ed9fcb2eaf5537f5c1f78a20912b (patch)
tree1da1ada19836a5720b34d0b889ec63bfd69ffe76
parent21d113f17866c636c3b632cde979a14e504fd36f (diff)
downloadnixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.tar
nixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.tar.gz
nixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.tar.bz2
nixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.tar.lz
nixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.tar.xz
nixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.tar.zst
nixlib-88b64fa73471ed9fcb2eaf5537f5c1f78a20912b.zip
python311Packages.python-gvm: enable darwin support
-rw-r--r--pkgs/development/python-modules/gvm-tools/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/gvm-tools/default.nix b/pkgs/development/python-modules/gvm-tools/default.nix
index f7698f61ba34..cd6a4bfcd25b 100644
--- a/pkgs/development/python-modules/gvm-tools/default.nix
+++ b/pkgs/development/python-modules/gvm-tools/default.nix
@@ -22,6 +22,8 @@ buildPythonPackage rec {
     hash = "sha256-4uYOhsnprYybt5EB/b4LW8/9cn0Nahc1lYQ+DwPNlOU=";
   };
 
+  __darwinAllowLocalNetworking = true;
+
   nativeBuildInputs = [
     poetry-core
   ];