1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "capitaine-cursors-themed";
8 url = "https://github.com/sainnhe/capitaine-cursors/releases/download/r${version}/Linux.zip";
10 hash = "sha256-ipPpmZKU/xLA45fdOvxVbtFDCUsCYIvzeps/DjhFkNg=";
16 mkdir -p $out/share/icons
17 cp -r ./ $out/share/icons
23 description = "Fork of the capitaine cursor theme, with some additional variants (Gruvbox, Nord, Palenight) and support for HiDPI";
24 homepage = "https://github.com/sainnhe/capitaine-cursors";
25 license = licenses.lgpl3Only;
26 platforms = platforms.unix;
27 maintainers = [ maintainers.math-42 ];