1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

samba4: Correct accidental change of kerberos library

This commit is contained in:
William A. Kennington III 2015-04-03 19:35:35 -07:00
parent dc5872e79f
commit 72c6afe9ec

View file

@ -8525,7 +8525,7 @@ let
samba4 = callPackage ../servers/samba/4.x.nix {
python = python2;
pythonPackages = python2Packages;
kerberos = krb5;
kerberos = heimdal;
libgcrypt = libgcrypt_1_6;
cups = if stdenv.isDarwin then null else cups;
pam = if stdenv.isDarwin then null else pam;