groovebasin: pin nodejs version
This commit is contained in:
parent
3cd63ade16
commit
0be14b34da
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user