Unverified Commit c402aec6 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

wayland: add darwin to badPlatforms

parent c2bfa2b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -107,7 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://wayland.freedesktop.org/";
    license = licenses.mit; # Expat version
    platforms = platforms.unix;
    broken = stdenv.hostPlatform.isDarwin; # requires more work: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/481
    # requires more work: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/481
    badPlatforms = lib.platforms.darwin;
    maintainers = with maintainers; [
      codyopel
      qyliss