Unverified Commit d820f3b9 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

python312Packages.notebook: fix on aarch64-linux (#402817)

parents 1da045b2 d26538f0
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;