tigervnc: add perl to buildInputs (#75367)
tigervnc ships vncserver, quote from the documentation: vncserver - a wrapper script which makes starting Xvnc more convenient vncserver requires Perl.
This commit is contained in:
parent
52e8feb160
commit
a46e3ebae5
@ -5,7 +5,7 @@
|
||||
, cmake, gettext, libtool
|
||||
, libGLU
|
||||
, gnutls, pam, nettle
|
||||
, xterm, openssh
|
||||
, xterm, openssh, perl
|
||||
, makeWrapper}:
|
||||
|
||||
with stdenv.lib;
|
||||
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = with xorg; [
|
||||
libjpeg_turbo fltk pixman
|
||||
gnutls pam nettle
|
||||
gnutls pam nettle perl
|
||||
xorgproto
|
||||
utilmacros libXtst libXext libX11 libXext libICE libXi libSM libXft
|
||||
libxkbfile libXfont2 libpciaccess
|
||||
|
Loading…
Reference in New Issue
Block a user