summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Ewanick <bill@ewanick.com>2021-08-24 16:10:46 +0000
committerRaphael Megzari <raphael@megzari.com>2021-08-25 09:02:06 +0900
commita2b179a3dc2242a4fd8bb2d69c477653bcb1b0e6 (patch)
tree0a24531874dfbc96831c068069396c20b3a35d16 /doc
parentdabd16e7f2401d36dbd0cc1b017b58b7d10fe0d0 (diff)
Update doc/languages-frameworks/javascript.section.md
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/javascript.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md
index 6f42e6cb4cc2..c75bc235424f 100644
--- a/doc/languages-frameworks/javascript.section.md
+++ b/doc/languages-frameworks/javascript.section.md
@@ -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