Update doc/languages-frameworks/javascript.section.md
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
dabd16e7f2
commit
a2b179a3dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue