Update doc/languages-frameworks/javascript.section.md

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
Bill Ewanick 2021-08-24 16:10:46 +00:00 committed by Raphael Megzari
parent dabd16e7f2
commit a2b179a3dc

View File

@ -207,7 +207,7 @@ To fix this we will specify different versions of build inputs to use, as well a
mkYarnPackage rec {
pkgConfig = {
node-sass = {
buildInputs = with final;[ python libsass pkgconfig ];
buildInputs = with final;[ python libsass pkg-config ];
postInstall = ''
LIBSASS_EXT=auto yarn --offline run build
rm build/config.gypi