8 stdenv.mkDerivation rec {
9 pname = "openzone-cursors";
12 src = fetchFromGitHub {
16 sha256 = "02c536mc17ccsrzgma366k3wlm02ivklvr30fafxl981zgghlii4";
24 makeFlags = [ "DESTDIR=$(out)" ];
27 description = "Clean and sharp X11/Wayland cursor theme";
28 homepage = "https://www.gnome-look.org/p/999999/";
29 license = licenses.mit;
30 maintainers = with maintainers; [ zaninime ];
31 platforms = platforms.linux;