xwayland : fix build by giving wayland-protocols to the build.
This commit is contained in:
parent
194dd8b164
commit
a8d7a6a957
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
{ stdenv, wayland, xorgserver, xkbcomp, xkeyboard_config, epoxy, libxslt, libunwind, makeWrapper }:
|
{ stdenv, wayland, wayland-protocols, xorgserver, xkbcomp, xkeyboard_config, epoxy, libxslt, libunwind, makeWrapper }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ overrideDerivation xorgserver (oldAttrs: {
|
|||||||
|
|
||||||
name = "xwayland-${xorgserver.version}";
|
name = "xwayland-${xorgserver.version}";
|
||||||
propagatedNativeBuildInputs = oldAttrs.propagatedNativeBuildInputs
|
propagatedNativeBuildInputs = oldAttrs.propagatedNativeBuildInputs
|
||||||
++ [wayland epoxy libxslt makeWrapper libunwind];
|
++ [wayland wayland-protocols epoxy libxslt makeWrapper libunwind];
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--disable-docs"
|
"--disable-docs"
|
||||||
"--disable-devel-docs"
|
"--disable-devel-docs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user