diff --git a/pkgs/fonts-ms-win11/default.nix b/pkgs/fonts-ms-win11/default.nix index 9921605..521b163 100644 --- a/pkgs/fonts-ms-win11/default.nix +++ b/pkgs/fonts-ms-win11/default.nix @@ -18,13 +18,17 @@ stdenv.mkDerivation rec { runHook preInstall mkdir -p $out/share/fonts/truetype - install -D *.{ttf,TTF} $out/share/fonts/truetype/ + install -D *.{ttf,TTF} $out/share/fonts/truetype/ install -D *.ttc $out/share/fonts/ + + mkdir -p $out/share/doc/$pname/ + install -D {license,LICENSE}.* $out/share/doc/$pname/ + runHook postInstall ''; meta = with lib; { - homepage = "https://git.zmsun.cn/pkg/fonts-ms-win11"; + homepage = "https://www.microsoft.com/windows/"; description = "Microsoft Windows 11 TrueType fonts for Linux"; license = licenses.unfree; platforms = platforms.all;