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.
  • Loading branch information
vcunat committed Oct 8, 2017
1 parent 07efaaa commit 9f1b54b
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;

propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;

Expand Down

0 comments on commit 9f1b54b

Please sign in to comment.