openzone-cursors: init at 1.2.9
This commit is contained in:
parent
50e0de1232
commit
cf68af0245
24
pkgs/data/themes/openzone/default.nix
Normal file
24
pkgs/data/themes/openzone/default.nix
Normal 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;
|
||||
};
|
||||
}
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user