1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation {
5 version = "0-unstable-2024-01-10";
7 src = fetchFromGitHub {
10 rev = "43ebc6349506b0e7ab5c49f6b08f8afe66c4d9c5";
11 hash = "sha256-MLHSYHFyI9eKdrE/yM7u4vu4Dz6riEk7XQTUuAXPfzM=";
17 install -Dm444 -t $out/share/fonts/truetype *.ttf
23 homepage = "https://abrudz.github.io/APL386/";
24 description = "APL385 Unicode font evolved";
25 license = lib.licenses.unlicense;
26 maintainers = with lib.maintainers; [ sigmanificient ];
27 platforms = lib.platforms.all;