python312Packages.notebook: fix on aarch64-linux
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user