6 stdenvNoCC.mkDerivation (finalAttrs: {
11 url = "https://github.com/alexzielenski/Mousecape/releases/download/${finalAttrs.version}/Mousecape_${finalAttrs.version}.zip";
12 hash = "sha256-VjbvrXfsRFpbTJfIHFvyCxRdDcGNv0zzLToWn7lyLM8=";
18 mkdir -p $out/Applications/Mousecape.app
19 cp -R . $out/Applications/Mousecape.app/
25 description = "Cursor manager for macOS built using private, nonintrusive CoreGraphics APIs";
26 homepage = "https://github.com/alexzielenski/Mousecape";
27 license = with lib; licenses.free;
28 maintainers = with lib; with maintainers; [ donteatoreo ];
29 platforms = with lib; platforms.darwin;
30 sourceProvenance = with lib; with sourceTypes; [ binaryNativeCode ];