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
|
, cmake, gettext, libtool
|
||||||
, libGLU
|
, libGLU
|
||||||
, gnutls, pam, nettle
|
, gnutls, pam, nettle
|
||||||
, xterm, openssh
|
, xterm, openssh, perl
|
||||||
, makeWrapper}:
|
, makeWrapper}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = with xorg; [
|
buildInputs = with xorg; [
|
||||||
libjpeg_turbo fltk pixman
|
libjpeg_turbo fltk pixman
|
||||||
gnutls pam nettle
|
gnutls pam nettle perl
|
||||||
xorgproto
|
xorgproto
|
||||||
utilmacros libXtst libXext libX11 libXext libICE libXi libSM libXft
|
utilmacros libXtst libXext libX11 libXext libICE libXi libSM libXft
|
||||||
libxkbfile libXfont2 libpciaccess
|
libxkbfile libXfont2 libpciaccess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user