diff options
author | Maximilian Bosch | 2017-11-04 10:23:28 +0100 |
---|---|---|
committer | Maximilian Bosch | 2017-11-04 10:23:28 +0100 |
commit | 5633431c2b48413274d348d1bd3591041442f615 (patch) | |
tree | faec981022bfe03d86ba444fc0d8fb12a5a81f18 /pkgs/top-level | |
parent | 3ea077e63817c5c1baf8c5b925c8cf89b5ba4776 (diff) |
statsd: repackage with node2nix
Diffstat (limited to 'pkgs/top-level')
-rw-r--r-- | pkgs/top-level/all-packages.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 0999802514cc..fe9566dadf05 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16510,9 +16510,7 @@ with pkgs; stella = callPackage ../misc/emulators/stella { }; - statsd = callPackage ../tools/networking/statsd { - nodejs = nodejs-4_x; - }; + statsd = nodePackages.statsd; linuxstopmotion = callPackage ../applications/video/linuxstopmotion { }; |