Merge pull request #298653 from khaneliman/bun
bun: add meta.mainProgram
This commit is contained in:
commit
8a128de67d
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue