smbldap-tools: mark as broken

The build fails with the following error

  pod2man: unable to format smbldap-config.cmd
This commit is contained in:
Pascal Wittmann 2015-10-12 13:11:12 +02:00
parent 185a488c27
commit 804d019c6a

View file

@ -27,5 +27,7 @@ stdenv.mkDerivation {
homepage = http://gna.org/projects/smbldap-tools/;
description = "SAMBA LDAP tools";
license = stdenv.lib.licenses.gpl2Plus;
# pod2man: unable to format smbldap-config.cmd
broken = true;
};
}