0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Minor fix to wqy-microhei.ttc path.

This commit is contained in:
PkmX 2014-02-09 06:10:40 +08:00
parent 023f30f07d
commit ce28f1bb72

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
installPhase =
''
install -Dm644 wqy-microhei.ttc $out/share/fonts
install -Dm644 wqy-microhei.ttc $out/share/fonts/wqy-microhei.ttc
'';
meta = {