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
|
mit # bun core
|
||||||
lgpl21Only # javascriptcore and webkit
|
lgpl21Only # javascriptcore and webkit
|
||||||
];
|
];
|
||||||
|
mainProgram = "bun";
|
||||||
maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
|
maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
|
||||||
platforms = builtins.attrNames passthru.sources;
|
platforms = builtins.attrNames passthru.sources;
|
||||||
# Broken for Musl at 2024-01-13, tracking issue:
|
# Broken for Musl at 2024-01-13, tracking issue:
|
||||||
|
|
Loading…
Reference in a new issue