samba4: Remove broken glusterfs comment

This commit is contained in:
William A. Kennington III 2015-03-04 17:32:04 -08:00
parent 936fdc7b68
commit 7915060d79

View file

@ -8304,7 +8304,6 @@ let
samba3 = callPackage ../servers/samba/3.x.nix { };
samba4 = callPackage ../servers/samba/4.x.nix {
#glusterfs = null; # Broken in the current build
libgcrypt = libgcrypt_1_6;
libiconv = if stdenv.isLinux then null else libiconv;
python = python2;