Unverified Commit 4c5f568a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

sageWithDoc: move override to by-name to improve eval (#430958)

parents 72448552 4fec1d4e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  sage,
}:

sage.override {
  withDoc = true;
}
+0 −2
Original line number Diff line number Diff line
@@ -15066,8 +15066,6 @@ with pkgs;

  p4est-dbg = p4est.override { debug = true; };

  sageWithDoc = sage.override { withDoc = true; };

  suitesparse_5_3 = callPackage ../development/libraries/science/math/suitesparse {
    inherit (llvmPackages) openmp;
  };