nodePackages: v4l_utils -> v4l-utils

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein 2021-03-16 19:33:55 +01:00
parent 3096979f78
commit 40d746ed7b
No known key found for this signature in database
GPG Key ID: EF76A063F15C63C8

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 \