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 {
|
||||
nativeBuildInputs = with pkgs; [ makeWrapper ];
|
||||
postInstall = let
|
||||
runtimeDeps = [ nodejs ] ++ (with pkgs; [ bash which v4l_utils ]);
|
||||
runtimeDeps = [ nodejs ] ++ (with pkgs; [ bash which v4l-utils ]);
|
||||
in
|
||||
''
|
||||
substituteInPlace $out/lib/node_modules/mirakurun/processes.json \
|
||||
|
Loading…
Reference in New Issue
Block a user