about summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-20 18:36:04 +0000
committerGitHub <noreply@github.com>2021-05-20 18:36:04 +0000
commit0a0c0a9fb91a1d3e89f347e9aa04db4bf6703e54 (patch)
treed1dc24c9da6b344194843a0dc7aa3b7fabea6293 /pkgs/development/libraries/wayland
parentba7ede846b691775a6e4fd7e87fad0cc3a42b30d (diff)
parent34a05e29f119bf06fe218b761b3999e4c7a87e65 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/libraries/wayland')
-rw-r--r--pkgs/development/libraries/wayland/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/wayland/default.nix b/pkgs/development/libraries/wayland/default.nix
index c62431769b5e4..08741c29dd6d1 100644
--- a/pkgs/development/libraries/wayland/default.nix
+++ b/pkgs/development/libraries/wayland/default.nix
@@ -117,6 +117,8 @@ stdenv.mkDerivation rec {
     license = licenses.mit; # Expat version
     platforms = if withLibraries then platforms.linux else platforms.unix;
     maintainers = with maintainers; [ primeos codyopel qyliss ];
+    # big sur doesn't support gcc stdenv and wayland doesn't build with clang
+    broken = stdenv.isDarwin;
   };
 
   passthru.version = version;