Skip to content

Commit

Permalink
iosevka: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 27, 2017
1 parent 7adc867 commit 37056c3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pkgs/data/fonts/iosevka/default.nix
Expand Up @@ -70,13 +70,7 @@ stdenv.mkDerivation {
runHook postConfigure
'';

buildPhase = ''
runHook preBuild
${if custom then ''make custom set=${set}'' else ''make''}
runHook postBuild
'';
makeFlags = lib.optionals custom [ "custom" "set=${set}" ];

installPhase = ''
runHook preInstall
Expand All @@ -88,6 +82,8 @@ stdenv.mkDerivation {
runHook postInstall
'';

enableParallelBuilding = true;

meta = with stdenv.lib; {
homepage = https://be5invis.github.io/Iosevka/;
downloadPage = "https://github.com/be5invis/Iosevka/releases";
Expand Down

0 comments on commit 37056c3

Please sign in to comment.