mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
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 {
|
mkYarnPackage rec {
|
||||||
pkgConfig = {
|
pkgConfig = {
|
||||||
node-sass = {
|
node-sass = {
|
||||||
buildInputs = with final;[ python libsass pkgconfig ];
|
buildInputs = with final;[ python libsass pkg-config ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
LIBSASS_EXT=auto yarn --offline run build
|
LIBSASS_EXT=auto yarn --offline run build
|
||||||
rm build/config.gypi
|
rm build/config.gypi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue