pkgsMusl.bun: mark broken for musl
Tracking issue: https://github.com/NixOS/nixpkgs/issues/280716
This commit is contained in:
parent
51fed07363
commit
f0f94e7823
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user