Skip to content

Commit

Permalink
jshint: depend on phantomjs2
Browse files Browse the repository at this point in the history
(cherry picked from commit 22e9c0a)
  • Loading branch information
Philipp Middendorf authored and Mic92 committed Oct 2, 2018
1 parent 3e44d2f commit 0f51003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/node-packages/default-v8.nix
Expand Up @@ -16,6 +16,10 @@ nodePackages // {
'';
};

jshint = nodePackages.jshint.override {
buildInputs = [ pkgs.phantomjs2 ];
};

dat = nodePackages.dat.override {
buildInputs = [ nodePackages.node-gyp-build ];
};
Expand Down

0 comments on commit 0f51003

Please sign in to comment.