Merge pull request #80335 from cole-h/iosevka

iosevka: don't show build progress
This commit is contained in:
Michele Guerini Rocco 2020-02-17 14:35:29 +01:00 committed by GitHub
commit 0240b3cbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
runHook preBuild
npm run build -- ttf::$pname
npm run build -- ttf::$pname >/dev/null
runHook postBuild
'';