Merge pull request #251540 from dywedir/hack-font

hack-font: unify output directory with other fonts
This commit is contained in:
Vlad M 2023-08-27 09:54:03 +03:00 committed by GitHub
commit a279e5cd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation rec {
installPhase = ''
runHook preInstall
install -Dm644 *.ttf -t $out/share/fonts/hack
install -Dm644 *.ttf -t $out/share/fonts/truetype
runHook postInstall
'';