Unverified Commit a678ba91 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

xfsprogs: mark as broken on musl (#394591)

parents 694a2e4f 34e16b61
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -98,5 +98,8 @@ stdenv.mkDerivation rec {
      dezgeg
      ajs124
    ];
    # error: ‘struct statx’ has no member named ‘stx_atomic_write_unit_min’ ‘stx_atomic_write_unit_max’ ‘stx_atomic_write_segments_max’
    # remove if https://www.openwall.com/lists/musl/2024/10/23/6 gets merged
    broken = stdenv.hostPlatform.isMusl;
  };
}