Compare commits

..

No commits in common. "21f79995f2dac08731199a1ebec9926cacc4b821" and "829b6cf74dc3755df1bbd62985a15b9946f82559" have entirely different histories.

View file

@ -13,8 +13,9 @@ stdenv.mkDerivation rec {
phases = [ "unpackPhase" "installPhase" ];
installPhase = ''
mkdir -pv $out/share/{doc/${pname}-${version},fonts/{opentype,truetype,WOFF,WOFF2}}
cp -v {Fontlog,OFL-FAQ,OFL}.txt $out/share/doc/${pname}-${version}/
mkdir -pv $out/share/{doc/${pname}-${version},fonts/{opentype,truetype,WOFF,WOFF2,EOT}}
cp -v {Fontlog,OFL-FAQ,OFL}.txt $out/share/doc/
cp -v EOT/*.eot $out/share/fonts/EOT
cp -v PS-OTF/*.otf $out/share/fonts/opentype
cp -v TTF/*.ttf $out/share/fonts/truetype
cp -v WOFF/*.woff $out/share/fonts/WOFF