7 stdenvNoCC.mkDerivation rec {
12 url = "https://cancel.fm/dl/Ripcord_Mac_${version}.zip";
13 sha256 = "sha256-v8iydjLBjFN5LuctpcBpEkhSICxPhLKzLjSASWtsQok=";
18 dontFixup = true; # modification is not allowed by the license https://cancel.fm/ripcord/shareware-redistribution/
23 mkdir -p $out/Applications
24 cp -r $src/Ripcord.app $out/Applications/
30 description = "Desktop chat client for Slack and Discord";
31 homepage = "https://cancel.fm/ripcord/";
32 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
33 # See: https://cancel.fm/ripcord/shareware-redistribution/
34 license = licenses.unfreeRedistributable;
35 maintainers = with maintainers; [ mikroskeem ];
36 platforms = [ "x86_64-darwin" ];