Loading pkgs/development/libraries/wayland/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://wayland.freedesktop.org/"; license = licenses.mit; # Expat version 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; [ codyopel qyliss Loading Loading
pkgs/development/libraries/wayland/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,8 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://wayland.freedesktop.org/"; license = licenses.mit; # Expat version 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; [ codyopel qyliss Loading