Skip to content

Commit

Permalink
libvncserver: enable libgcrypt
Browse files Browse the repository at this point in the history
This allows encrypted vnc sessions for remmina
  • Loading branch information
domenkozar committed Jan 4, 2017
1 parent cdbffaa commit 05fe17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libvncserver/default.nix
@@ -1,7 +1,7 @@
{stdenv, fetchurl,
libtool, libjpeg, openssl, libX11, libXdamage, xproto, damageproto,
xextproto, libXext, fixesproto, libXfixes, xineramaproto, libXinerama,
libXrandr, randrproto, libXtst, zlib
libXrandr, randrproto, libXtst, zlib, libgcrypt
}:

assert stdenv.isLinux;
Expand All @@ -19,7 +19,7 @@ let
buildInputs = [
libtool libjpeg openssl libX11 libXdamage xproto damageproto
xextproto libXext fixesproto libXfixes xineramaproto libXinerama
libXrandr randrproto libXtst zlib
libXrandr randrproto libXtst zlib libgcrypt
];
in
stdenv.mkDerivation {
Expand Down

0 comments on commit 05fe17e

Please sign in to comment.