Merge pull request #142884 from lheckemann/cambria-fix
This commit is contained in:
commit
5ebda5b7c7
1 changed files with 2 additions and 1 deletions
|
@ -14,11 +14,12 @@ stdenvNoCC.mkDerivation {
|
|||
unpackPhase = ''
|
||||
cabextract --lowercase --filter ppviewer.cab $src
|
||||
cabextract --lowercase --filter '*.TTF' ppviewer.cab
|
||||
cabextract --lowercase --filter '*.TTC' ppviewer.cab
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/fonts/truetype
|
||||
cp *.ttf $out/share/fonts/truetype
|
||||
cp *.ttf *.ttc $out/share/fonts/truetype
|
||||
|
||||
# Set up no-op font configs to override any aliases set up by
|
||||
# other packages.
|
||||
|
|
Loading…
Reference in a new issue