8 stdenvNoCC.mkDerivation {
9 pname = "vimix-cursors";
10 version = "2020-02-24-unstable-2021-09-18";
12 src = fetchFromGitHub {
13 owner = "vinceliuice";
14 repo = "vimix-cursors";
15 rev = "9bc292f40904e0a33780eda5c5d92eb9a1154e9c";
16 hash = "sha256-zW7nJjmB3e+tjEwgiCrdEe5yzJuGBNdefDdyWvgYIUU=";
21 python3Packages.cairosvg
32 HOME="$NIX_BUILD_ROOT" ./build.sh
40 install -dm 755 $out/share/icons
41 for color in "" "-white"; do
42 cp -pr "dist$color/" "$out/share/icons/Vimix$color-cursors"
49 description = "X cursor theme inspired by Materia design";
50 homepage = "https://github.com/vinceliuice/Vimix-cursors";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ ambroisie ];
53 platforms = platforms.linux;