math-preview: fix by overriding nodejs from 22 to 20 (#386678)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
buildNpmPackage rec {
|
||||
pname = "math-preview";
|
||||
version = "5.1.1";
|
||||
inherit nodejs;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "matsievskiysv";
|
||||
|
||||
@@ -16861,6 +16861,10 @@ with pkgs;
|
||||
cudaSupport = true;
|
||||
};
|
||||
|
||||
math-preview = callPackage ../by-name/ma/math-preview/package.nix {
|
||||
nodejs = nodejs_20;
|
||||
};
|
||||
|
||||
or-tools = callPackage ../development/libraries/science/math/or-tools {
|
||||
inherit (darwin) DarwinTools;
|
||||
stdenv = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv "11.0" else stdenv;
|
||||
|
||||
Reference in New Issue
Block a user