1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

samba: Pin to gnutls33 for now

This commit is contained in:
William A. Kennington III 2015-04-23 14:59:41 -07:00
parent 02cda2133f
commit 79c15cdec2

View file

@ -8565,6 +8565,7 @@ let
pythonPackages = python2Packages;
kerberos = heimdal;
libgcrypt = libgcrypt_1_6;
gnutls = gnutls33;
cups = if stdenv.isDarwin then null else cups;
pam = if stdenv.isDarwin then null else pam;
libaio = if stdenv.isDarwin then null else libaio;