openmoji: fixup! patch for newer glob
This commit is contained in:
parent
8b6900dc2f
commit
8dcc17b6c1
@ -63,6 +63,12 @@ in stdenv.mkDerivation rec {
|
|||||||
nodePackages.lodash
|
nodePackages.lodash
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# this is API change in glob >9
|
||||||
|
substituteInPlace helpers/generate-font-glyphs.js \
|
||||||
|
--replace "require('glob').sync" "require('glob').globSync"
|
||||||
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user