You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unpacking sources
unpacking source archive /nix/store/bqm11bwabzwjljd7q16fml2lgkn149f5-source
source root is source
patching sources
configuring
no configure script, doing nothing
building
/build/source/helpers/generate-font-glyphs.js:13
const svgFiles = glob('./color/svg/*.svg');
^
TypeError: glob is not a function
at Object.<anonymous> (/build/source/helpers/generate-font-glyphs.js:13:18)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47
Node.js v18.14.2
Additional context
Likely candidate for breakage is the nodePackages.glob: 8.0.1 -> 9.0.1 bump in #218736
9.0
This is a full rewrite, with significant API and algorithm changes.
helpers/generate-font-glyphs.js & the problematic scfbuild usage have recently been dropped by upstream in favour of googlefonts/nanoemoji (hfg-gmuend/openmoji#422), might make sense to avoid messing with this and just bump the package to the latest commit?
Steps To Reproduce
openmoji-color
oropenmoji-black
on master f8bbedf (or soon unstable channel)Build log
https://hydra.nixos.org/log/1l269ga3cygxfpyfff4ff3zyqpk4fw2l-openmoji-14.0.0.drv
Additional context
Likely candidate for breakage is the
nodePackages.glob: 8.0.1 -> 9.0.1
bump in #218736helpers/generate-font-glyphs.js
& the problematicscfbuild
usage have recently been dropped by upstream in favour of googlefonts/nanoemoji (hfg-gmuend/openmoji#422), might make sense to avoid messing with this and just bump the package to the latest commit?Notify maintainers
@fgaz
Metadata
The text was updated successfully, but these errors were encountered: