Merge pull request #15544 from groxxda/fix/groovebasin
groovebasin: pin nodejs version
This commit is contained in:
commit
028cf15b31
@ -1,9 +1,10 @@
|
|||||||
{ stdenv, fetchFromGitHub, makeWrapper, callPackage, libgroove, python, utillinux }:
|
{ stdenv, fetchFromGitHub, makeWrapper, callPackage, libgroove, python, utillinux, nodejs }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
nodePackages = callPackage (import ../../../top-level/node-packages.nix) {
|
nodePackages = callPackage (import ../../../top-level/node-packages.nix) {
|
||||||
|
inherit nodejs;
|
||||||
neededNatives = [ libgroove python utillinux ];
|
neededNatives = [ libgroove python utillinux ];
|
||||||
self = nodePackages;
|
self = nodePackages;
|
||||||
generated = ./package.nix;
|
generated = ./package.nix;
|
||||||
|
@ -9849,7 +9849,7 @@ in
|
|||||||
|
|
||||||
grafana = (callPackage ../servers/monitoring/grafana { }).bin // { outputs = ["bin"]; };
|
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 { };
|
haka = callPackage ../tools/security/haka { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user