6 stdenvNoCC.mkDerivation (finalAttrs: {
7 pname = "borealis-cursors";
10 src = fetchFromGitHub {
12 repo = "Borealis-cursors";
13 rev = finalAttrs.version;
14 hash = "sha256-1qgyU0Npbx/AgqGbmF/BWtlVC0KsKtgC48SL/HtkDrk=";
21 mkdir -p $out/share/icons
22 cp -a Borealis-cursors $out/share/icons
27 description = "Cursor theme using a custom color palette inspired by boreal colors";
28 homepage = "https://www.gnome-look.org/s/Gnome/p/1717914";
29 license = licenses.gpl3Only;
30 platforms = platforms.linux;
31 maintainers = with lib.maintainers; [ argrat ];