unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 7e3d705c15a03b00563533b2d3d3ca006462749d 700 bytes (raw)
name: gnu/packages/patches/mathjax-disable-webpack.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
commit 0cfd5b23aed8767f2bcf9583c1feaf4c9a64703a
Author: Lars-Dominik Braun <lars@6xq.net>
Date:   Wed Dec 1 14:27:33 2021 +0100

    guix: Disable webpack
    
    Guix uses esbuild to “link” the files. We only need the build step.

diff --git a/components/bin/makeAll b/components/bin/makeAll
index 3e7a8914..5dae9b9b 100755
--- a/components/bin/makeAll
+++ b/components/bin/makeAll
@@ -61,8 +61,8 @@ function processList(dirs) {
   for (const dir of dirs) {
     const fulldir = path.resolve(dir);
     processDir(fulldir, buildLib);
-    processDir(fulldir, webpackLib);
-    processDir(fulldir, copyLib);
+    //processDir(fulldir, webpackLib);
+    //processDir(fulldir, copyLib);
   }
 }
 

debug log:

solving 7e3d705c15 ...
found 7e3d705c15 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).