Skip to content

Commit 6a08e6b

Browse files
authored
wayland: add darwin to badPlatforms (#455455)
2 parents b130050 + c402aec commit 6a08e6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/libraries/wayland/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
107107
homepage = "https://wayland.freedesktop.org/";
108108
license = licenses.mit; # Expat version
109109
platforms = platforms.unix;
110-
broken = stdenv.hostPlatform.isDarwin; # requires more work: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/481
110+
# requires more work: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/481
111+
badPlatforms = lib.platforms.darwin;
111112
maintainers = with maintainers; [
112113
codyopel
113114
qyliss

0 commit comments

Comments
 (0)