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