math-preview: use nodejs_24

This commit is contained in:
Antoine du Hamel
2026-01-19 17:13:21 +01:00
parent 89ef5f63f9
commit 780e964667
2 changed files with 6 additions and 9 deletions
+6 -5
View File
@@ -6,19 +6,20 @@
nodejs,
}:
buildNpmPackage rec {
buildNpmPackage {
pname = "math-preview";
version = "5.1.1";
version = "5.1.2-unstable-2024-08-01";
inherit nodejs;
src = fetchFromGitLab {
owner = "matsievskiysv";
repo = "math-preview";
rev = "v${version}";
hash = "sha256-P3TZ/D6D2PvwPV6alSrDEQujzgI8DhK4VOuCC0BCIFo=";
# FIXME: switch to tag="v${finalAttrs.version}" when upstream eventually cuts a new release.
rev = "a2ca3c175468ceaf02bab6cdfd8ef016bda2b98d";
hash = "sha256-o7n02aecHWt4Vumj+wdv/yavaVnMuxm8p+Pb+ppDrUE=";
};
npmDepsHash = "sha256-GAPhG3haM9UNdj6tCz8I4j7v6rvNbatdu7NjCeENj3s=";
npmDepsHash = "sha256-IzJszTaa8NMGRadRdBetfQXJfyjVKKYveTzbPOr07Sw=";
dontNpmBuild = true;
passthru = {
-4
View File
@@ -12890,10 +12890,6 @@ with pkgs;
cudaSupport = true;
};
math-preview = callPackage ../by-name/ma/math-preview/package.nix {
nodejs = nodejs_20;
};
p4est-sc-dbg = p4est-sc.override { debug = true; };
p4est-dbg = p4est.override { debug = true; };