python311Packages.jupyter-server-fileid: allow local networking on darwin

This commit is contained in:
natsukium 2023-12-22 20:08:46 +09:00
parent d2a0b4b63d
commit 0d0687a526
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -44,6 +44,8 @@ buildPythonPackage rec {
export HOME=$TEMPDIR
'';
__darwinAllowLocalNetworking = true;
meta = {
changelog = "https://github.com/jupyter-server/jupyter_server_fileid/blob/${src.rev}/CHANGELOG.md";
description = "An extension that maintains file IDs for documents in a running Jupyter Server";