lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #15544 from groxxda/fix/groovebasin

groovebasin: pin nodejs version

+3 -2
+2 -1
pkgs/applications/audio/groovebasin/default.nix
··· 1 - { stdenv, fetchFromGitHub, makeWrapper, callPackage, libgroove, python, utillinux }: 1 + { stdenv, fetchFromGitHub, makeWrapper, callPackage, libgroove, python, utillinux, nodejs }: 2 2 3 3 with stdenv.lib; 4 4 5 5 let 6 6 nodePackages = callPackage (import ../../../top-level/node-packages.nix) { 7 + inherit nodejs; 7 8 neededNatives = [ libgroove python utillinux ]; 8 9 self = nodePackages; 9 10 generated = ./package.nix;
+1 -1
pkgs/top-level/all-packages.nix
··· 9849 9849 9850 9850 grafana = (callPackage ../servers/monitoring/grafana { }).bin // { outputs = ["bin"]; }; 9851 9851 9852 - groovebasin = callPackage ../applications/audio/groovebasin { }; 9852 + groovebasin = callPackage ../applications/audio/groovebasin { nodejs = nodejs-0_10; }; 9853 9853 9854 9854 haka = callPackage ../tools/security/haka { }; 9855 9855