8 stdenvNoCC.mkDerivation (finalAttrs: {
9 pname = "gruppled-cursors";
12 src = fetchFromGitHub {
14 repo = "gruppled-cursors";
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-ejlgdogjIYevZvB23si6bEeU6qY7rWXflaUyVk5MzqU=";
20 mkdir -p $out/share/icons/${theme}
21 cp -r ${theme}/{cursors,index.theme} $out/share/icons/${theme}
25 description = "Gruppled Cursors theme";
26 homepage = "https://github.com/nim65s/gruppled-cursors";
27 license = licenses.gpl2Only;
28 maintainers = with maintainers; [ nim65s ];