python312Packages.notebook: fix on aarch64-linux

This commit is contained in:
natsukium
2025-04-29 21:53:37 +09:00
parent 38bd0b19f7
commit d26538f07f
@@ -1,9 +1,11 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
nodejs,
yarn-berry_3,
distutils,
hatch-jupyter-builder,
hatchling,
jupyter-server,
@@ -35,7 +37,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
nodejs
yarn-berry_3.yarnBerryConfigHook
];
] ++ lib.optional (stdenv.hostPlatform.system == "aarch64-linux") distutils;
missingHashes = ./missing-hashes.json;