xorg.xorg-server: mark as broken on darwin
This commit is contained in:
parent
bc4ce318bf
commit
238fca0edb
1 changed files with 1 additions and 0 deletions
|
@ -738,6 +738,7 @@ self: super:
|
|||
buildInputs = [ xorgproto libdrm openssl libX11 libXau libXaw libxcb xcbutil xcbutilwm xcbutilimage xcbutilkeysyms xcbutilrenderutil libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt ];
|
||||
postPatch = lib.optionalString stdenv.isLinux "sed '1i#include <malloc.h>' -i include/os.h";
|
||||
meta.platforms = lib.platforms.unix;
|
||||
meta.broken = stdenv.isDarwin;
|
||||
} else throw "unsupported xorg abiCompat ${abiCompat} for ${attrs_passed.name}";
|
||||
|
||||
in attrs //
|
||||
|
|
Loading…
Reference in a new issue