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