7 stdenvNoCC.mkDerivation (finalAttrs: {
8 pname = "rectangle-pro";
12 url = "https://rectangleapp.com/pro/downloads/Rectangle%20Pro%20${finalAttrs.version}.dmg";
13 hash = "sha256-Hs2eRO5DpYoY0rLfcmGZRHjmg+wddz/+LE0u4E9gCTk=";
18 nativeBuildInputs = [ undmg ];
23 mkdir -p $out/Applications
24 cp -r *.app $out/Applications
30 description = "Move and resize windows in macOS using keyboard shortcuts or snap areas";
31 homepage = "https://rectangleapp.com/pro";
32 license = licenses.unfree;
33 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
34 maintainers = with maintainers; [ emilytrau Enzime ];
35 platforms = platforms.darwin;