1
0
Fork 0
This commit is contained in:
chaos 2024-08-22 15:29:43 +01:00
parent 7d6786a022
commit 60491e6015
No known key found for this signature in database
3 changed files with 2426 additions and 5285 deletions

View file

@ -32,22 +32,10 @@
doDist = false;
# required for using system libsass, or else it tries to fetch new node headers
yarnPreBuild = ''
export npm_config_nodedir=${final.pkgs.nodejs}
'';
pkgConfig = {
node-sass = {
nativeBuildInputs = with final.pkgs; [pkg-config];
buildInputs = with final.pkgs; [libsass python3];
postInstall = ''
LIBSASS_EXT=auto yarn --offline run build
rm build/config.gypi
'';
};
};
buildPhase = ''
runHook preBuild

2771
yarn.lock

File diff suppressed because it is too large Load diff

4048
yarn.nix

File diff suppressed because it is too large Load diff