bazarr: replace unrar with unar

This commit is contained in:
Andrei Pampu
2022-12-07 14:59:49 +01:00
committed by Bjørn Forsman
parent 69e6247f3b
commit 6d65b5e435
+2 -2
View File
@@ -1,9 +1,9 @@
{ stdenv, lib, fetchurl, makeWrapper, unzip, python3, unrar, ffmpeg, nixosTests }:
{ stdenv, lib, fetchurl, makeWrapper, unzip, python3, unar, ffmpeg, nixosTests }:
let
runtimeProgDeps = [
ffmpeg
unrar
unar
];
in
stdenv.mkDerivation rec {