gnu: js-mathjax: Avoid "Too many open files" error while building.
authorLudovic Courtès <ludo@gnu.org>
Thu, 16 May 2019 15:06:18 +0000 (17:06 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 16 May 2019 15:06:18 +0000 (17:06 +0200)
commit9da2dd90e2e8db8cfb922eb0c064876c146070dd
treec28af71eef5ce5ead9ce9e9508279bea673ae0ae
parent9c64080dce9fa3e77c48ae962ff1edc5d0863c6a
gnu: js-mathjax: Avoid "Too many open files" error while building.

* gnu/packages/javascript.scm (js-mathjax)[arguments]: Add call to
'close-pipe'.  Previously builds would sometimes fail with EMFILE (this
was non-deterministic as it depends on GC activity.)
gnu/packages/javascript.scm