Skip to content

Commit

Permalink
xwayland : fix build by giving wayland-protocols to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karn Kallio authored and jgeerds committed Feb 12, 2017
1 parent 194dd8b commit a8d7a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/x11/xorg/xwayland.nix
@@ -1,13 +1,13 @@

{ 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;

overrideDerivation xorgserver (oldAttrs: {

name = "xwayland-${xorgserver.version}";
propagatedNativeBuildInputs = oldAttrs.propagatedNativeBuildInputs
++ [wayland epoxy libxslt makeWrapper libunwind];
++ [wayland wayland-protocols epoxy libxslt makeWrapper libunwind];
configureFlags = [
"--disable-docs"
"--disable-devel-docs"
Expand Down

0 comments on commit a8d7a6a

Please sign in to comment.