Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

smbldap-tools: mark as broken

The build fails with the following error

pod2man: unable to format smbldap-config.cmd

+2
+2
pkgs/tools/networking/smbldaptools/default.nix
··· 27 homepage = http://gna.org/projects/smbldap-tools/; 28 description = "SAMBA LDAP tools"; 29 license = stdenv.lib.licenses.gpl2Plus; 30 }; 31 }
··· 27 homepage = http://gna.org/projects/smbldap-tools/; 28 description = "SAMBA LDAP tools"; 29 license = stdenv.lib.licenses.gpl2Plus; 30 + # pod2man: unable to format smbldap-config.cmd 31 + broken = true; 32 }; 33 }