libwnck: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-21 00:01:09 +01:00
parent f54ac06752
commit 0ba9ccfc37
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,5 +23,8 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/libwnck";
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [ johnazoidberg ];
# ./xutils.h:31:10: fatal error: 'gdk/gdkx.h' file not found
# #include <gdk/gdkx.h>
broken = stdenv.isDarwin;
};
}