libwnck: mark broken on darwin
This commit is contained in:
parent
f54ac06752
commit
0ba9ccfc37
@ -23,5 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gitlab.gnome.org/GNOME/libwnck";
|
homepage = "https://gitlab.gnome.org/GNOME/libwnck";
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
maintainers = with lib.maintainers; [ johnazoidberg ];
|
maintainers = with lib.maintainers; [ johnazoidberg ];
|
||||||
|
# ./xutils.h:31:10: fatal error: 'gdk/gdkx.h' file not found
|
||||||
|
# #include <gdk/gdkx.h>
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user