Revert "bazarr: use libarchive instead of unar"
This reverts commit 0481587e35.
There's a bunch more places that just hardcode unar anyway,
and unar builds now...
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ stdenv, lib, fetchurl, makeWrapper, unzip, python3, libarchive, ffmpeg, nixosTests }:
|
||||
{ stdenv, lib, fetchurl, makeWrapper, unzip, python3, unar, ffmpeg, nixosTests }:
|
||||
|
||||
let
|
||||
runtimeProgDeps = [
|
||||
ffmpeg
|
||||
libarchive
|
||||
unar
|
||||
];
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user