Merge pull request #179411 from DamienCassou/fix-iosevka-output
iosevka: Fix build phase not to print progress messages
This commit is contained in:
commit
693b31853e
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
|
|||
buildPhase = ''
|
||||
export HOME=$TMPDIR
|
||||
runHook preBuild
|
||||
npm run build --no-update-notifier -- --jCmd=$NIX_BUILD_CORES ttf::$pname
|
||||
npm run build --no-update-notifier -- --jCmd=$NIX_BUILD_CORES ttf::$pname >/dev/null
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue