monkeysAudio: add meta.mainProgram

This commit is contained in:
Doron Behar 2023-09-18 13:49:57 +03:00
parent e8ba3656f9
commit 742f2ff317

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "APE codec and decompressor";
platforms = platforms.linux;
mainProgram = "mac";
# This is not considered a GPL license, but it seems rather free although
# it's not standard, see a quote of it:
# https://github.com/NixOS/nixpkgs/pull/171682#issuecomment-1120260551