mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
* gnu/packages/patches/mathjax-4.0.0-disable-webpack.patch, gnu/packages/patches/mathjax-4.0.0-no-a11y.patch: New files. * gnu/local.mk (dist_patch_DATA): Record them. * gnu/packages/javascript.scm (js-mathjax-4): New variable. (js-mathjax-for-r-mathjaxr): Define as alias for js-mathjax-4. Change-Id: I156605a8d11d615489d8f0c0c267c96339afc3c7
16 lines
532 B
Diff
16 lines
532 B
Diff
Guix uses esbuild to “link” the files. We only need the build step.
|
|
|
|
diff --git a/components/bin/makeAll b/components/bin/makeAll
|
|
--- a/components/bin/makeAll
|
|
+++ b/components/bin/makeAll
|
|
@@ -154,7 +154,7 @@
|
|
const fulldir = path.resolve(root, dir);
|
|
const config = getConfig(fulldir);
|
|
processDir(fulldir, buildLib, config);
|
|
- processDir(fulldir, copyLib, config);
|
|
- processDir(fulldir, webpackLib, config);
|
|
+ //processDir(fulldir, copyLib, config);
|
|
+ //processDir(fulldir, webpackLib, config);
|
|
}
|
|
}
|