iosevka: fix quoting issue in buildPhase
caused error when the font family had a space in it
This commit is contained in:
@@ -121,7 +121,7 @@ buildNpmPackage rec {
|
||||
runHook preBuild
|
||||
|
||||
# pipe to cat to disable progress bar
|
||||
npm run build --no-update-notifier --targets ttf::$pname -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
|
||||
npm run build --no-update-notifier --targets ttf::"$pname" -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
|
||||
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user