6 stdenvNoCC.mkDerivation {
7 pname = "icomoon-feather";
8 version = "0-unstable-2024-05-11";
10 src = fetchFromGitHub {
12 repo = "polybar-themes";
13 rev = "adb6a4546a8351a469fa779df173e46b69aa1ac3";
14 sparseCheckout = [ "fonts/panels/icomoon_feather.ttf" ];
15 hash = "sha256-QL7/pfIqOd2JOm6rkH+P4rMg0AhGllfkReQ03YeGW+8=";
21 install -Dm644 fonts/panels/icomoon_feather.ttf -t $out/share/fonts/truetype/
27 homepage = "https://github.com/adi1090x/polybar-themes/tree/master/fonts/panels";
28 description = "Icomoon feather font";
29 license = licenses.agpl3Plus;
30 maintainers = with maintainers; [ luftmensch-luftmensch ];
31 platforms = platforms.all;