1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "mirror://sourceforge/project/lib-ka/liberastika-ttf-${version}.zip";
10 hash = "sha256-woUpOmxhj6eEw7PKJ8EyRcs3ORj0gCZhxHP5a5dy5z0=";
16 install -Dm644 *.ttf -t $out/share/fonts/truetype
22 description = "Liberation Sans fork with improved cyrillic support";
23 homepage = "https://sourceforge.net/projects/lib-ka/";
25 license = licenses.gpl2;
26 platforms = platforms.all;