Skip to content

Commit 4abd8d3

Browse files
authored
iosevka: fix quoting issue in buildPhase (#468331)
2 parents 80bbe5e + aafdd0b commit 4abd8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/io/iosevka/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ buildNpmPackage rec {
121121
runHook preBuild
122122
123123
# pipe to cat to disable progress bar
124-
npm run build --no-update-notifier --targets ttf::$pname -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
124+
npm run build --no-update-notifier --targets ttf::"$pname" -- --jCmd=$NIX_BUILD_CORES --verbosity=9 | cat
125125
126126
runHook postBuild
127127
'';

0 commit comments

Comments
 (0)