fix: adapt fonts tests to use newer module api
This commit is contained in:
parent
3b69bf3cc2
commit
c5a241fc64
1 changed files with 2 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
fonts.enableFontDir = true;
|
||||
fonts.fontDir.enable = true;
|
||||
fonts.fonts = [ font ];
|
||||
|
||||
|
||||
test = ''
|
||||
echo "checking fonts in /Library/Fonts" >&2
|
||||
test -e ${config.out}/Library/Fonts/Font.ttf
|
||||
|
|
@ -21,4 +21,3 @@ in
|
|||
grep 'rm "/Library/Fonts/.*"' ${config.out}/activate
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue