6 stdenvNoCC.mkDerivation rec {
7 pname = "vimix-cursor-theme";
8 version = "2020-02-24";
10 src = fetchFromGitHub {
11 owner = "vinceliuice";
12 repo = "Vimix-cursors";
14 hash = "sha256-TfcDer85+UOtDMJVZJQr81dDy4ekjYgEvH1RE1IHMi4=";
18 sed -i 's/Vimix Cursors$/Vimix-Cursors/g' dist{,-white}/index.theme
20 install -dm 755 $out/share/icons/Vimix-Cursors{,-White}
22 cp -dr --no-preserve='ownership' dist/* $out/share/icons/Vimix-Cursors
23 cp -dr --no-preserve='ownership' dist-white/* $out/share/icons/Vimix-Cursors-White
27 description = "X-cursor theme inspired by Materia design and based on capitaine-cursors";
28 homepage = "https://github.com/vinceliuice/Vimix-cursors";
29 license = licenses.gpl3Only;
30 platforms = platforms.all;
31 maintainers = with maintainers; [ redxtech ];