3
0
Fork 0
forked from mirrors/nixpkgs

groovebasin: pin nodejs version

This commit is contained in:
Alexander Ried 2016-05-18 19:56:06 +02:00
parent 3cd63ade16
commit 0be14b34da
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

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