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
The binding.gyp file does not include references to fontconfig to provide the header files for fontconfig.h used by src/register_font.cc on linux. This becomes a problem on nixos where there isnt a global include folder. To remedy this, '<!@(pkg-config fontconfig --cflags-only-I | sed s/-I//g)', can be specified in the # 'OS!="win"' block.