mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix/packages: drop cjk serif static
This commit is contained in:
parent
c725b27c97
commit
ee1fc955d9
1 changed files with 0 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
|||
# static version of noto-fonts cjk serif
|
||||
{
|
||||
stdenvNoCC,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "noto-fonts-cjk-serif";
|
||||
version = "2.003";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "notofonts";
|
||||
repo = "noto-cjk";
|
||||
rev = "Serif${version}";
|
||||
hash = "sha256-mfbBSdJrUCZiUUmsmndtEW6H3z6KfBn+dEftBySf2j4=";
|
||||
sparseCheckout = ["Serif/OTC"];
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
install -m444 -Dt $out/share/fonts/opentype/noto-cjk Serif/OTC/*.ttc
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue