10 stdenvNoCC.mkDerivation (finalAttrs: {
11 pname = "banana-cursor";
14 src = fetchFromGitHub {
16 repo = "banana-cursor";
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-PI7381xf/GctQTnfcE0W3M3z2kqbX4VexMf17C61hT8=";
29 ctgen build.toml -p x11 -o $out
37 mkdir -p $out/share/icons
38 mv $out/Banana $out/share/icons
44 description = "Banana Cursor";
45 homepage = "https://github.com/ful1e5/banana-cursor";
46 license = licenses.gpl3Plus;
47 maintainers = with maintainers; [ getpsyched yrd ];
48 platforms = platforms.linux;