From d28a57e729708cd95c41ce75c1f8c196585248fd Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 19 Feb 2026 12:09:24 +0000 Subject: [PATCH] wayland: add Darwin to `badPlatforms` again Partially reverts a36cf8de1e36f09b47d132a62b67e79b61161b53. --- pkgs/development/libraries/wayland/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/libraries/wayland/default.nix b/pkgs/development/libraries/wayland/default.nix index eec81c239e59..ca472fb06234 100644 --- a/pkgs/development/libraries/wayland/default.nix +++ b/pkgs/development/libraries/wayland/default.nix @@ -108,6 +108,11 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://wayland.freedesktop.org/"; license = lib.licenses.mit; # Expat version platforms = lib.platforms.unix; + # Builds with a large downstream patch, but breaks at least the + # `qt6Packages.qtbase` build. Please audit Wayland availability + # checks throughout the tree before enabling (and work with + # upstream if you want sustainable Wayland support on macOS). + badPlatforms = lib.platforms.darwin; maintainers = with lib.maintainers; [ codyopel qyliss