mesa: mark as broken on darwin

This commit is contained in:
Yureka 2023-05-27 20:52:18 +02:00
parent d3edadc491
commit fcb0199827
2 changed files with 4 additions and 1 deletions

View File

@ -372,6 +372,9 @@ self = stdenv.mkDerivation {
license = licenses.mit; # X11 variant, in most files
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ primeos vcunat ]; # Help is welcome :)
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/8634
broken = stdenv.isDarwin;
};
};

View File

@ -89,7 +89,7 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
man-pages = linux;
mc = all;
mdadm = linux;
mesa = mesaPlatforms;
mesa = linux;
mingetty = linux;
mktemp = all;
monotone = linux;