mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #47666 from plapadoo/jshint-phantomjs
jshint: depend on phantomjs2
This commit is contained in:
commit
4c5b6d6e53
@ -16,6 +16,10 @@ nodePackages // {
|
||||
'';
|
||||
};
|
||||
|
||||
jshint = nodePackages.jshint.override {
|
||||
buildInputs = [ pkgs.phantomjs2 ];
|
||||
};
|
||||
|
||||
dat = nodePackages.dat.override {
|
||||
buildInputs = [ nodePackages.node-gyp-build ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user