Unverified Commit d26538f0 authored by natsukium's avatar natsukium
Browse files

python312Packages.notebook: fix on aarch64-linux

parent 38bd0b19
Loading
Loading
Loading
Loading
+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,
@@ -35,7 +37,7 @@ buildPythonPackage rec {
  nativeBuildInputs = [
    nodejs
    yarn-berry_3.yarnBerryConfigHook
  ];
  ] ++ lib.optional (stdenv.hostPlatform.system == "aarch64-linux") distutils;

  missingHashes = ./missing-hashes.json;