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