mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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;
|
||||
|
||||
let
|
||||
nodePackages = callPackage (import ../../../top-level/node-packages.nix) {
|
||||
inherit nodejs;
|
||||
neededNatives = [ libgroove python utillinux ];
|
||||
self = nodePackages;
|
||||
generated = ./package.nix;
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue