about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2024-03-24 09:28:53 -0500
committerAustin Horstman <khaneliman12@gmail.com>2024-03-24 09:28:53 -0500
commita07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd (patch)
treedef2917592f66c87ee3cc232c6062c787e87aabb /pkgs/development/web
parent0f7fbe4c27c124e6bfb4354eb22a380bea387355 (diff)
downloadnixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.tar
nixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.tar.gz
nixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.tar.bz2
nixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.tar.lz
nixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.tar.xz
nixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.tar.zst
nixlib-a07ef204c5fd245c8cdc3e5f678b2e9eb5a10bfd.zip
bun: add meta.mainProgram
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/bun/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix
index faf6a4af7986..c2e5696e99d2 100644
--- a/pkgs/development/web/bun/default.nix
+++ b/pkgs/development/web/bun/default.nix
@@ -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: