Unverified Commit 56258d98 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

xfsprogs: remove `broken = stdenv.hostPlatform.isMusl` (#484287)

parents baea0b2d bf10bcd3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -106,8 +106,5 @@ 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;
  };
}