Comment out sass compiler because it breaks building the whole os, therefore no css for this application
This commit is contained in:
parent
911f410292
commit
39b6291cb1
@ -34,6 +34,8 @@ let
|
|||||||
inherit version packageJSON yarnLock;
|
inherit version packageJSON yarnLock;
|
||||||
|
|
||||||
/* build native node-sass extensions */
|
/* build native node-sass extensions */
|
||||||
|
# building sass is b0rked so we just don't to that for now
|
||||||
|
/*
|
||||||
pkgConfig.node-sass = {
|
pkgConfig.node-sass = {
|
||||||
buildInputs = [ python2 libsass pkgconfig ];
|
buildInputs = [ python2 libsass pkgconfig ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
@ -44,6 +46,7 @@ let
|
|||||||
rm build/config.gypi
|
rm build/config.gypi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
assets = stdenv.mkDerivation {
|
assets = stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user