8 stdenv.mkDerivation (finalAttrs: {
10 pname = "monkeys-audio";
13 url = "https://monkeysaudio.com/files/MAC_${builtins.concatStringsSep "" (lib.strings.splitString "." finalAttrs.version)}_SDK.zip";
14 hash = "sha256-xb+L+X1N6/t7ohodFefIT5zvc/GMjMnkqCNMJukEIFg=";
18 env.NIX_CFLAGS_COMPILE = toString [
19 # Otherwise, >> related build errors are encountered
28 description = "APE codec and decompressor";
29 platforms = platforms.linux;
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ doronbehar ];