about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-17 00:02:43 +0000
committerGitHub <noreply@github.com>2024-01-17 00:02:43 +0000
commit84325112d51d8f9c84374683021274153ddb3eaf (patch)
treed07ff56383fe463e052b3613c1457086ffd65053 /pkgs/development/web
parent7abc6d260be68d9e55b085a53138dfdceedc417a (diff)
parentff5f54313d4d0f92c31087af3d9ef93c267578e4 (diff)
downloadnixlib-84325112d51d8f9c84374683021274153ddb3eaf.tar
nixlib-84325112d51d8f9c84374683021274153ddb3eaf.tar.gz
nixlib-84325112d51d8f9c84374683021274153ddb3eaf.tar.bz2
nixlib-84325112d51d8f9c84374683021274153ddb3eaf.tar.lz
nixlib-84325112d51d8f9c84374683021274153ddb3eaf.tar.xz
nixlib-84325112d51d8f9c84374683021274153ddb3eaf.tar.zst
nixlib-84325112d51d8f9c84374683021274153ddb3eaf.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/bun/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix
index ed516df42c3c..2f492ed603f5 100644
--- a/pkgs/development/web/bun/default.nix
+++ b/pkgs/development/web/bun/default.nix
@@ -94,5 +94,8 @@ stdenvNoCC.mkDerivation rec {
     ];
     maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
     platforms = builtins.attrNames passthru.sources;
+    # Broken for Musl at 2024-01-13, tracking issue:
+    # https://github.com/NixOS/nixpkgs/issues/280716
+    broken = stdenvNoCC.hostPlatform.isMusl;
   };
 }