mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libass: remove libiconv dependency on darwin
This is already in stdenv.
This commit is contained in:
parent
85c7278348
commit
f6172a101f
1 changed files with 1 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue