Unverified Commit 6a08e6bb authored by K900's avatar K900 Committed by GitHub
Browse files

wayland: add darwin to badPlatforms (#455455)

parents b1300503 c402aec6
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