diff options
author | Alan Pearce | 2018-08-01 12:22:57 +0200 |
---|---|---|
committer | Alan Pearce | 2018-08-01 12:22:57 +0200 |
commit | 11bb3cd4b9ab734a5230c7b359e0fe040598bff8 (patch) | |
tree | f711d1b9c77e7a6d6062fd52f50d54f8ffdaa4d1 /modules/development | |
parent | 7e6dc94ba96b8fb66c9cc99d6a9ab79d772679de (diff) | |
download | nixos-configuration-11bb3cd4b9ab734a5230c7b359e0fe040598bff8.tar.lz nixos-configuration-11bb3cd4b9ab734a5230c7b359e0fe040598bff8.tar.zst nixos-configuration-11bb3cd4b9ab734a5230c7b359e0fe040598bff8.zip |
javascript: Use node-gyp to pull in build tools
Diffstat (limited to 'modules/development')
-rw-r--r-- | modules/development/javascript.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/development/javascript.nix b/modules/development/javascript.nix index 4dd8140..2e92509 100644 --- a/modules/development/javascript.nix +++ b/modules/development/javascript.nix @@ -9,10 +9,7 @@ nodePackages.nodemon nodePackages.javascript-typescript-langserver nodePackages.eslint_d - - autoconf - automake - gcc + nodePackages.node-gyp gnumake ]; } |