Merge pull request #272942 from MartinNikov/patch-1

yarn-berry: Add `meta.mainProgram`
This commit is contained in:
Weijia Wang 2023-12-08 22:47:55 +01:00 committed by GitHub
commit 3d3fb53436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
maintainers = with maintainers; [ ryota-ka thehedgeh0g ];
platforms = platforms.unix;
mainProgram = "yarn";
};
}