mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
Fixes the failing font test
This commit is contained in:
parent
a5d863ee64
commit
f5dd959832
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
echo "checking activation of fonts in /activate" >&2
|
||||
grep "fontrestore default -n 2>&1" ${config.out}/activate
|
||||
grep 'ln -fn ".*" /Library/Fonts' ${config.out}/activate
|
||||
grep 'ln -fn ".*" /Library/Fonts' ${config.out}/activate || grep 'cp -fP ".*" /Library/Fonts' ${config.out}/activate
|
||||
grep 'rm "/Library/Fonts/.*"' ${config.out}/activate
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue