libass: remove libiconv dependency on darwin
This is already in stdenv.
(cherry picked from commit f6172a101f)
(cherry picked from commit dd411ee50591dd1784732c29082a384bac99a166)
This commit is contained in:
@@ -44,9 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
fribidi
|
||||
harfbuzz
|
||||
]
|
||||
++ lib.optional fontconfigSupport fontconfig
|
||||
# TODO: remove dep after branchoff (in darwin stdenv)
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin libiconv.out;
|
||||
++ lib.optional fontconfigSupport fontconfig;
|
||||
|
||||
meta = {
|
||||
description = "Portable ASS/SSA subtitle renderer";
|
||||
|
||||
Reference in New Issue
Block a user