iosevka: remove dependency on otfcc

As of Iosevka 3.7.0, otfcc is no longer used.  I haven't checked if
the situation has changed since [2017] but this should make Iosevka
available on aarch64-linux and *-darwin.

[2017]: https://github.com/NixOS/nixpkgs/pull/31835#issuecomment-347048242
This commit is contained in:
Aluísio Augusto Silva Gonçalves 2020-10-31 09:41:39 -03:00
parent 26ce7f2607
commit 08fd340b1e
No known key found for this signature in database
GPG key ID: DA6EA2FACDB1CBD2

View file

@ -1,5 +1,5 @@
{ stdenv, lib, pkgs, fetchFromGitHub, nodejs, nodePackages, remarshal
, ttfautohint-nox, otfcc
, ttfautohint-nox
# Custom font set options.
# See https://github.com/be5invis/Iosevka#build-your-own-style
@ -51,7 +51,6 @@ stdenv.mkDerivation rec {
nodejs
nodeIosevka
remarshal
otfcc
ttfautohint-nox
];