1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

iosevka: unify output directory with other fonts

This commit is contained in:
seylerius 2020-08-11 04:52:53 -05:00
parent 605282fefa
commit b4cff6b475
No known key found for this signature in database
GPG key ID: 68BF2EAE6D91CAFF

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
'';
installPhase = ''
fontdir="$out/share/fonts/$pname"
fontdir="$out/share/fonts/truetype"
install -d "$fontdir"
install "dist/$pname/ttf"/* "$fontdir"
'';