Loading pkgs/development/python-modules/notebook/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, nodejs, yarn-berry_3, distutils, hatch-jupyter-builder, hatchling, jupyter-server, Loading Loading @@ -35,7 +37,7 @@ buildPythonPackage rec { nativeBuildInputs = [ nodejs yarn-berry_3.yarnBerryConfigHook ]; ] ++ lib.optional (stdenv.hostPlatform.system == "aarch64-linux") distutils; missingHashes = ./missing-hashes.json; Loading Loading
pkgs/development/python-modules/notebook/default.nix +3 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, nodejs, yarn-berry_3, distutils, hatch-jupyter-builder, hatchling, jupyter-server, Loading Loading @@ -35,7 +37,7 @@ buildPythonPackage rec { nativeBuildInputs = [ nodejs yarn-berry_3.yarnBerryConfigHook ]; ] ++ lib.optional (stdenv.hostPlatform.system == "aarch64-linux") distutils; missingHashes = ./missing-hashes.json; Loading