1 { lib, stdenv, fetchFromGitHub, icon-slicer, xcursorgen }:
2 stdenv.mkDerivation rec {
3 pname = "openzone-cursors";
6 src = fetchFromGitHub {
10 sha256 = "02c536mc17ccsrzgma366k3wlm02ivklvr30fafxl981zgghlii4";
13 nativeBuildInputs = [ icon-slicer xcursorgen ];
15 makeFlags = [ "DESTDIR=$(out)" ];
18 description = "Clean and sharp X11/Wayland cursor theme";
19 homepage = "https://www.gnome-look.org/p/999999/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ zaninime ];
22 platforms = platforms.linux;