Merge pull request #280717 from superherointj/pkgsMusl-bun-mark-broken
pkgsMusl.bun: mark broken for musl
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user