Merge pull request #298653 from khaneliman/bun

bun: add meta.mainProgram
This commit is contained in:
superherointj 2024-03-24 16:04:46 -03:00 committed by GitHub
commit 8a128de67d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ stdenvNoCC.mkDerivation rec {
mit # bun core
lgpl21Only # javascriptcore and webkit
];
mainProgram = "bun";
maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
platforms = builtins.attrNames passthru.sources;
# Broken for Musl at 2024-01-13, tracking issue: