yarn-berry: Add meta.mainProgram

This commit is contained in:
MartinNikov 2023-12-08 17:49:59 +02:00 committed by GitHub
parent 9a41f21ea2
commit 6fdd6cb49d
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";
};
}