diff --git a/overrides/default.nix b/overrides/default.nix index 79d12f3..3b424f7 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -582,6 +582,13 @@ lib.composeManyExtensions [ ''; }); + igraph = super.igraph.overridePythonAttrs ( + old: { + nativeBuildInputs = [ pkgs.cmake ] ++ old.nativeBuildInputs; + dontUseCmakeConfigure = true; + } + ); + imagecodecs = super.imagecodecs.overridePythonAttrs ( old: { patchPhase = ''