fonts-ms-win11: install license, change homepage
This commit is contained in:
parent
2e1052258f
commit
46bd9be3c3
1 changed files with 6 additions and 2 deletions
|
|
@ -20,11 +20,15 @@ stdenv.mkDerivation rec {
|
|||
mkdir -p $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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue