samba4: Correct accidental change of kerberos library
This commit is contained in:
parent
dc5872e79f
commit
72c6afe9ec
@ -8525,7 +8525,7 @@ let
|
|||||||
samba4 = callPackage ../servers/samba/4.x.nix {
|
samba4 = callPackage ../servers/samba/4.x.nix {
|
||||||
python = python2;
|
python = python2;
|
||||||
pythonPackages = python2Packages;
|
pythonPackages = python2Packages;
|
||||||
kerberos = krb5;
|
kerberos = heimdal;
|
||||||
libgcrypt = libgcrypt_1_6;
|
libgcrypt = libgcrypt_1_6;
|
||||||
cups = if stdenv.isDarwin then null else cups;
|
cups = if stdenv.isDarwin then null else cups;
|
||||||
pam = if stdenv.isDarwin then null else pam;
|
pam = if stdenv.isDarwin then null else pam;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user