monkeysAudio: add meta.mainProgram
This commit is contained in:
parent
e8ba3656f9
commit
742f2ff317
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "APE codec and decompressor";
|
description = "APE codec and decompressor";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "mac";
|
||||||
# This is not considered a GPL license, but it seems rather free although
|
# This is not considered a GPL license, but it seems rather free although
|
||||||
# it's not standard, see a quote of it:
|
# it's not standard, see a quote of it:
|
||||||
# https://github.com/NixOS/nixpkgs/pull/171682#issuecomment-1120260551
|
# https://github.com/NixOS/nixpkgs/pull/171682#issuecomment-1120260551
|
||||||
|
|
Loading…
Reference in a new issue