3
0
Fork 0
forked from mirrors/nixpkgs

statsd: use nodejs 4.x

This commit is contained in:
Domen Kožar 2016-11-10 22:32:01 +01:00
parent ac5c020216
commit 2ec8941606

View file

@ -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 { };