iosevka: unify output directory with other fonts
This commit is contained in:
parent
605282fefa
commit
b4cff6b475
@ -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"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user