gnuapl: set meta.mainProgram
This commit is contained in:
parent
b55bc16798
commit
88245d55db
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||
maintainers = [ maintainers.kovirobi ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
inherit version;
|
||||
mainProgram = "apl";
|
||||
|
||||
longDescription = ''
|
||||
GNU APL is a free interpreter for the programming language APL, with an
|
||||
|
|
Loading…
Reference in a new issue