Migration to M1 stack - canvas package issue

Hi, during the migration, we have encountered an issue with the canvas package when installed on the M1 stack. The problem was identified and solved by adding script step brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman this installs missing pango lib. Unfortunately, this takes a big portion of the build time. I have noticed that some of the libs are part of the M1 stack as default (e.g. pkg_config, cairo). Would it be possible to add also pango lib? We can then omit this extra step.

1 Like