Add some settings

This commit is contained in:
Stéphan Kochen
2020-08-26 09:10:07 +02:00
parent ccfc83af5d
commit a1fe6181f1
5 changed files with 55 additions and 21 deletions
+2
View File
@@ -36,6 +36,8 @@ in stdenv.mkDerivation {
name = @@PROJECT_NAME@@;
inherit src;
# Disable Nixify plugin to save on some unnecessary processing.
yarn_enable_nixify = "false";
# Tell node-gyp to use the provided Node.js headers for native code builds.
npm_config_nodedir = nodejs;
# Tell node-pre-gyp to never fetch binaries / always build from source.