From 10cac15763a9d4ce8b5d6bce7615e2f06ea4a09b Mon Sep 17 00:00:00 2001 From: haansn08 Date: Tue, 16 Jun 2026 18:56:32 +0200 Subject: [PATCH] python3Packages.jupyterlab: enable structuredAttrs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GaƩtan Lepage --- pkgs/development/python-modules/jupyterlab/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/jupyterlab/default.nix b/pkgs/development/python-modules/jupyterlab/default.nix index 0d638d798b65..14f3391f329d 100644 --- a/pkgs/development/python-modules/jupyterlab/default.nix +++ b/pkgs/development/python-modules/jupyterlab/default.nix @@ -25,6 +25,7 @@ buildPythonPackage (finalAttrs: { pname = "jupyterlab"; version = "4.5.8"; pyproject = true; + __structuredAttrs = true; src = fetchFromGitHub { owner = "jupyterlab";