mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
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:
parent
a07da9722d
commit
8109e721b7
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue