7 stdenv.mkDerivation rec {
8 pname = "graphite-cursors";
9 version = "2021-11-26";
11 src = fetchFromGitHub {
12 owner = "vinceliuice";
15 sha256 = "sha256-Kopl2NweYrq9rhw+0EUMhY/pfGo4g387927TZAhI5/A=";
19 install -dm 755 $out/share/icons
20 mv dist-dark $out/share/icons/graphite-dark
21 mv dist-light $out/share/icons/graphite-light
22 mv dist-dark-nord $out/share/icons/graphite-dark-nord
23 mv dist-light-nord $out/share/icons/graphite-light-nord
27 description = "Graphite cursor theme";
28 homepage = "https://github.com/vinceliuice/Graphite-cursors";
29 license = licenses.gpl3Only;
30 platforms = platforms.all;
31 maintainers = with maintainers; [ oluceps ];