lol

xfsprogs: mark as broken on musl (#394591)

authored by

Sandro and committed by
GitHub
a678ba91 694a2e4f

+3
+3
pkgs/by-name/xf/xfsprogs/package.nix
··· 98 98 dezgeg 99 99 ajs124 100 100 ]; 101 + # error: ‘struct statx’ has no member named ‘stx_atomic_write_unit_min’ ‘stx_atomic_write_unit_max’ ‘stx_atomic_write_segments_max’ 102 + # remove if https://www.openwall.com/lists/musl/2024/10/23/6 gets merged 103 + broken = stdenv.hostPlatform.isMusl; 101 104 }; 102 105 }