Skip to content

Commit c402aec

Browse files
committed
wayland: add darwin to badPlatforms
1 parent c2bfa2b commit c402aec

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)