yarn-berry: Add meta.mainProgram
This commit is contained in:
parent
9a41f21ea2
commit
6fdd6cb49d
1 changed files with 1 additions and 0 deletions
|
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ ryota-ka thehedgeh0g ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "yarn";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue