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 edfb3fd commit 4c5bf40Copy full SHA for 4c5bf40
Formula/jupyterlab.rb
@@ -422,7 +422,7 @@ def install
422
linked_setuptools = %w[jupyter-console]
423
unlinked_hatch = %w[jupyterlab-server]
424
unlinked_setuptools = (
425
- resources.map(&:name).to_set - preinstall - linked_hatch - linked_setuptools - unlinked_hatch
+ resources.to_set(&:name) - preinstall - linked_hatch - linked_setuptools - unlinked_hatch
426
)
427
428
pybuild = Formula["python-build"].opt_bin/"pyproject-build"
0 commit comments