tigervnc: add makeWrapper to nativeBuildInputs

Fixes #40654
This commit is contained in:
Matthew Justin Bauer 2018-05-17 10:27:08 -05:00 committed by GitHub
parent 24f61ca48e
commit e5861b8e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,8 @@
, cmake, gettext, libtool
, glproto, libGLU
, gnutls, pam, nettle
, xterm, openssh }:
, xterm, openssh
, makeWrapper}:
with stdenv.lib;
@ -87,7 +88,7 @@ stdenv.mkDerivation rec {
glproto libGLU
] ++ xorgserver.buildInputs;
nativeBuildInputs = with xorg; [ cmake zlib gettext libtool utilmacros fontutil ]
nativeBuildInputs = with xorg; [ cmake zlib gettext libtool utilmacros fontutil makeWrapper ]
++ xorg.xorgserver.nativeBuildInputs;
propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;