mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
samba: Pin to gnutls33 for now
This commit is contained in:
parent
02cda2133f
commit
79c15cdec2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue