iosevka: do not depend on Qt to build

This commit is contained in:
Orivej Desh 2017-11-27 01:01:54 +00:00
parent ca5e5708c8
commit f557844c08

View file

@ -2,7 +2,7 @@
stdenv, lib,
fetchFromGitHub, fetchurl,
runCommand, writeText,
nodejs, ttfautohint, otfcc,
nodejs, ttfautohint-nox, otfcc,
# Custom font set options.
# See https://github.com/be5invis/Iosevka#build-your-own-style
@ -51,7 +51,7 @@ in
stdenv.mkDerivation {
inherit name pname version src;
nativeBuildInputs = [ nodejs ttfautohint otfcc ];
nativeBuildInputs = [ nodejs ttfautohint-nox otfcc ];
passAsFile = [ "installPackageLock" ];
installPackageLock = installPackageLock ./package-lock.json;