We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b130050 + c402aec commit 6a08e6bCopy full SHA for 6a08e6b
pkgs/development/libraries/wayland/default.nix
@@ -107,7 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
107
homepage = "https://wayland.freedesktop.org/";
108
license = licenses.mit; # Expat version
109
platforms = platforms.unix;
110
- 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
111
+ badPlatforms = lib.platforms.darwin;
112
maintainers = with maintainers; [
113
codyopel
114
qyliss
0 commit comments