iosevka: do not depend on Qt to build
This commit is contained in:
parent
ca5e5708c8
commit
f557844c08
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user