wayland: broken for darwin
This commit is contained in:
parent
6f8df056f3
commit
c5ef875426
@ -111,6 +111,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit; # Expat version
|
license = licenses.mit; # Expat version
|
||||||
platforms = if withLibraries then platforms.linux else platforms.unix;
|
platforms = if withLibraries then platforms.linux else platforms.unix;
|
||||||
maintainers = with maintainers; [ primeos codyopel qyliss ];
|
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;
|
passthru.version = version;
|
||||||
|
Loading…
Reference in New Issue
Block a user