openzone-cursors: init at 1.2.9

This commit is contained in:
Francesco Zanini 2020-10-26 22:28:47 +01:00
parent 50e0de1232
commit cf68af0245
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{ stdenv, fetchFromGitHub, icon-slicer, xcursorgen }:
stdenv.mkDerivation rec {
pname = "openzone-cursors";
version = "1.2.9";
src = fetchFromGitHub {
owner = "ducakar";
repo = pname;
rev = "v${version}";
sha256 = "02c536mc17ccsrzgma366k3wlm02ivklvr30fafxl981zgghlii4";
};
nativeBuildInputs = [ icon-slicer xcursorgen ];
makeFlags = [ "DESTDIR=$(out)" ];
meta = with stdenv.lib; {
description = "Clean and sharp X11/Wayland cursor theme";
homepage = "https://www.gnome-look.org/p/999999/";
license = licenses.mit;
maintainers = with maintainers; [ zaninime ];
platforms = platforms.linux;
};
}

View File

@ -20168,6 +20168,8 @@ in
open-sans = callPackage ../data/fonts/open-sans { };
openzone-cursors = callPackage ../data/themes/openzone { };
orbitron = callPackage ../data/fonts/orbitron { };
orion = callPackage ../data/themes/orion {};