mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00: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
@ -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…
Reference in New Issue
Block a user