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