7 stdenv.mkDerivation (finalAttrs: {
9 pname = "monkeys-audio";
12 url = "https://monkeysaudio.com/files/MAC_${
13 builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
14 hash = "sha256-llOo9G65UDDCzaSahq5qssw6SmOJ5C9qS2bdXB/pKF0=";
22 description = "APE codec and decompressor";
23 platforms = platforms.linux;
25 # This is not considered a GPL license, but it seems rather free although
26 # it's not standard, see a quote of it:
27 # https://github.com/NixOS/nixpkgs/pull/171682#issuecomment-1120260551
28 license = licenses.free;
29 maintainers = with maintainers; [ doronbehar ];