Skip to content

Commit

Permalink
Merge pull request #280717 from superherointj/pkgsMusl-bun-mark-broken
Browse files Browse the repository at this point in the history
pkgsMusl.bun: mark broken for musl
  • Loading branch information
fpletz authored Jan 16, 2024
2 parents e524c9d + f0f94e7 commit 5a43ec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/web/bun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 5a43ec5

Please sign in to comment.