python3Packages.jupyterlab: enable structuredAttrs

Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
haansn08
2026-06-16 18:56:32 +02:00
committed by GitHub
co-authored by Gaétan Lepage
parent 74925e2eaf
commit 10cac15763
@@ -25,6 +25,7 @@ buildPythonPackage (finalAttrs: {
pname = "jupyterlab";
version = "4.5.8";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "jupyterlab";