10 stdenvNoCC.mkDerivation (finalAttrs: {
11 pname = "pokemon-cursor";
14 src = fetchFromGitHub {
16 repo = "pokemon-cursor";
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-EL6Ztbzjm1YuQP+8ZbrhbuBXn+GFiJGG0iGNWzU/rBY=";
29 ctgen build.toml -p x11 -o $out
37 mkdir -p $out/share/icons
38 mv $out/Pokemon $out/share/icons
44 description = "Unofficial open-source Pokemon cursor theme";
45 homepage = "https://github.com/ful1e5/pokemon-cursor";
46 license = licenses.gpl3Plus;
47 maintainers = [ maintainers.getpsyched ];
48 platforms = platforms.linux;