Merge pull request #15544 from groxxda/fix/groovebasin

groovebasin: pin nodejs version
This commit is contained in:
Joachim Fasting 2016-05-19 08:34:58 +02:00
commit 028cf15b31
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
{ stdenv, fetchFromGitHub, makeWrapper, callPackage, libgroove, python, utillinux }:
{ stdenv, fetchFromGitHub, makeWrapper, callPackage, libgroove, python, utillinux, nodejs }:
with stdenv.lib;
let
nodePackages = callPackage (import ../../../top-level/node-packages.nix) {
inherit nodejs;
neededNatives = [ libgroove python utillinux ];
self = nodePackages;
generated = ./package.nix;

View File

@ -9849,7 +9849,7 @@ in
grafana = (callPackage ../servers/monitoring/grafana { }).bin // { outputs = ["bin"]; };
groovebasin = callPackage ../applications/audio/groovebasin { };
groovebasin = callPackage ../applications/audio/groovebasin { nodejs = nodejs-0_10; };
haka = callPackage ../tools/security/haka { };