Merge pull request #624 from lovesegfault/repeated-fonts
fix(modules/fonts): ignore repeated fonts
This commit is contained in:
commit
a1ee4d333b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in
|
|||
mkdir -p $out/Library/Fonts
|
||||
for path in $paths; do
|
||||
find -L $path/share/fonts -type f -print0 | while IFS= read -rd "" f; do
|
||||
ln -s "$f" $out/Library/Fonts
|
||||
ln -sf "$f" $out/Library/Fonts
|
||||
done
|
||||
done
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue