nodePackages: v4l_utils -> v4l-utils
Fix building with `config.allowAliases = false;`.
This commit is contained in:
parent
3096979f78
commit
40d746ed7b
@ -107,7 +107,7 @@ let
|
|||||||
mirakurun = super.mirakurun.override rec {
|
mirakurun = super.mirakurun.override rec {
|
||||||
nativeBuildInputs = with pkgs; [ makeWrapper ];
|
nativeBuildInputs = with pkgs; [ makeWrapper ];
|
||||||
postInstall = let
|
postInstall = let
|
||||||
runtimeDeps = [ nodejs ] ++ (with pkgs; [ bash which v4l_utils ]);
|
runtimeDeps = [ nodejs ] ++ (with pkgs; [ bash which v4l-utils ]);
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
substituteInPlace $out/lib/node_modules/mirakurun/processes.json \
|
substituteInPlace $out/lib/node_modules/mirakurun/processes.json \
|
||||||
|
Loading…
Reference in New Issue
Block a user