wayland: add darwin to badPlatforms (#455455)
This commit is contained in:
@@ -107,7 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://wayland.freedesktop.org/";
|
homepage = "https://wayland.freedesktop.org/";
|
||||||
license = licenses.mit; # Expat version
|
license = licenses.mit; # Expat version
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
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
|
||||||
|
badPlatforms = lib.platforms.darwin;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
codyopel
|
codyopel
|
||||||
qyliss
|
qyliss
|
||||||
|
|||||||
Reference in New Issue
Block a user