7 stdenvNoCC.mkDerivation rec {
8 pname = "bibata-cursors-translucent";
11 src = fetchFromGitHub {
12 owner = "Silicasandwhich";
13 repo = "Bibata_Cursor_Translucent";
15 sha256 = "sha256-RroynJfdFpu+Wl9iw9NrAc9wNZsSxWI+heJXUTwEe7s=";
19 install -dm 0755 $out/share/icons
20 cp -pr Bibata_* $out/share/icons/
24 description = "Translucent Varient of the Material Based Cursor";
25 homepage = "https://github.com/Silicasandwhich/Bibata_Cursor_Translucent";
26 license = licenses.gpl3;
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ AdsonCicilioti ];