lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xwayland : fix build by giving wayland-protocols to the build.

authored by

Karn Kallio and committed by
Jascha Geerds
a8d7a6a9 194dd8b1

+2 -2
+2 -2
pkgs/servers/x11/xorg/xwayland.nix
··· 1 1 2 - { stdenv, wayland, xorgserver, xkbcomp, xkeyboard_config, epoxy, libxslt, libunwind, makeWrapper }: 2 + { stdenv, wayland, wayland-protocols, xorgserver, xkbcomp, xkeyboard_config, epoxy, libxslt, libunwind, makeWrapper }: 3 3 4 4 with stdenv.lib; 5 5 ··· 7 7 8 8 name = "xwayland-${xorgserver.version}"; 9 9 propagatedNativeBuildInputs = oldAttrs.propagatedNativeBuildInputs 10 - ++ [wayland epoxy libxslt makeWrapper libunwind]; 10 + ++ [wayland wayland-protocols epoxy libxslt makeWrapper libunwind]; 11 11 configureFlags = [ 12 12 "--disable-docs" 13 13 "--disable-devel-docs"