Merge pull request #49085 from hamishmack/google-fonts-macos
google-fonts: fix on macOS
This commit is contained in:
commit
3947b88389
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
dest=$out/share/fonts/truetype
|
||||
mkdir -p $dest
|
||||
find . -name "*.ttf" -exec cp -v {} $dest \;
|
||||
chmod -x $dest/*.ttf
|
||||
find . -name '*.ttf' -exec install -m 444 -Dt $dest '{}' +
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue