forked from mirrors/nixpkgs
statsd: use nodejs 4.x
This commit is contained in:
parent
ac5c020216
commit
2ec8941606
|
@ -14732,7 +14732,7 @@ in
|
|||
stella = callPackage ../misc/emulators/stella { };
|
||||
|
||||
statsd = callPackage ../tools/networking/statsd {
|
||||
nodejs = nodejs-0_10;
|
||||
nodejs = nodejs-4_x;
|
||||
};
|
||||
|
||||
linuxstopmotion = callPackage ../applications/video/linuxstopmotion { };
|
||||
|
|
Loading…
Reference in a new issue