14 # wayland-scanner needs to be propagated as both build
15 # (for the wayland-scanner binary) and host (for the
16 # actual wayland.xml protocol definition)
17 propagatedBuildInputs = [
22 propagatedNativeBuildInputs = [
30 nativeBuildInputs = [ pkg-config ];
32 # Replace vendored wayland.xml with our matching version
33 # FIXME: remove when upstream updates past 1.23
35 cp ${wayland-scanner}/share/wayland/wayland.xml src/3rdparty/protocol/wayland/wayland.xml
39 platforms = lib.platforms.unix;
40 badPlatforms = lib.platforms.darwin;