Merge pull request #272942 from MartinNikov/patch-1
yarn-berry: Add `meta.mainProgram`
This commit is contained in:
commit
3d3fb53436
1 changed files with 1 additions and 0 deletions
|
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ ryota-ka thehedgeh0g ];
|
maintainers = with maintainers; [ ryota-ka thehedgeh0g ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "yarn";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue