tigervnc: fixup build after xorgserver changes

The server itself doesn't need those build inputs anymore,
but tigervnc does, apparently.
This commit is contained in:
Vladimír Čunát 2017-10-08 17:54:49 +02:00
parent 07efaaa722
commit 9f1b54b31b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -87,7 +87,8 @@ stdenv.mkDerivation rec {
glproto mesa_glu
] ++ xorgserver.buildInputs;
nativeBuildInputs = [ cmake zlib gettext libtool ] ++ xorg.xorgserver.nativeBuildInputs;
nativeBuildInputs = with xorg; [ cmake zlib gettext libtool utilmacros fontutil ]
++ xorg.xorgserver.nativeBuildInputs;
propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;