7 stdenvNoCC.mkDerivation (finalAttrs: {
12 url = "https://github.com/Caldis/Mos/releases/download/${finalAttrs.version}/Mos.Versions.${finalAttrs.version}.dmg";
13 hash = "sha256-OOoz6GeBVQZBQyNIQUe4grbZffSvl1m8oKZNmMlQKbM=";
23 mkdir -p $out/Applications
24 cp -r *.app $out/Applications
29 description = "Smooths scrolling and set mouse scroll directions independently";
30 homepage = "https://mos.caldis.me/";
31 changelog = "https://github.com/Caldis/Mos/releases/tag/${finalAttrs.version}";
32 license = licenses.cc-by-nc-40;
34 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
35 platforms = platforms.darwin;