nodePackages: v4l_utils -> v4l-utils

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein
2021-03-17 00:00:18 +01:00
parent 3096979f78
commit 40d746ed7b
+1 -1
View File
@@ -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 \