kanji-stroke-order-font: 4.004 -> 4.005
This commit is contained in:
parent
12028be53a
commit
adf7675c8a
@ -6,17 +6,15 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
font = "kanji-stroke-order";
|
font = "kanji-stroke-order";
|
||||||
version = "4.004";
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "${font}-font";
|
pname = "${font}-font";
|
||||||
inherit version;
|
version = "4.005";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
# https://github.com/NixOS/nixpkgs/issues/60157
|
# https://github.com/NixOS/nixpkgs/issues/60157
|
||||||
url = "https://drive.google.com/uc?export=download&id=1snpD-IQmT6fGGQjEePHdDzE2aiwuKrz4#${font}.zip";
|
url = "https://drive.google.com/uc?export=download&id=1DKZEYA3PJ8ulLnjYDP5bxzJ3SWi59ghr#${font}.zip";
|
||||||
hash = "sha256-wQpurDS6APnpNMbMHofwW/UKeBF8FXeiCVx4wAOeRoE=";
|
hash = "sha256-6mw72eoRIGzG2IoVnPo1G0i2Z2Ot8Q/WjaJ8tNDQbMk=";
|
||||||
stripRoot = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -29,15 +27,15 @@ stdenv.mkDerivation {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Font containing stroke order diagrams for over 6500 kanji, 180 kana and other characters";
|
description = "Font containing stroke order diagrams for over 6500 kanji, 180 kana and other characters";
|
||||||
homepage = "https://www.nihilist.org.uk/";
|
homepage = "https://www.kanji.uk/";
|
||||||
|
|
||||||
license = [ licenses.bsd3 ];
|
license = [ lib.licenses.bsd3 ];
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
ptrhlm
|
ptrhlm
|
||||||
stephen-huan
|
stephen-huan
|
||||||
];
|
];
|
||||||
platforms = platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user