Skip to content

Commit

Permalink
tigervnc: fixup build after xorgserver changes
Browse files Browse the repository at this point in the history
The server itself doesn't need those build inputs anymore,
but tigervnc does, apparently.

(cherry picked from commit 9f1b54b)
  • Loading branch information
vcunat committed Oct 8, 2017
1 parent 68ddb64 commit c156d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/admin/tigervnc/default.nix
Expand Up @@ -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;

propagatedNativeBuildInputs = xorg.xorgserver.propagatedNativeBuildInputs;

Expand Down

0 comments on commit c156d34

Please sign in to comment.