Merge pull request #80335 from cole-h/iosevka
iosevka: don't show build progress
This commit is contained in:
commit
0240b3cbd5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
npm run build -- ttf::$pname
|
npm run build -- ttf::$pname >/dev/null
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue