smbldap-tools: mark as broken
The build fails with the following error pod2man: unable to format smbldap-config.cmd
This commit is contained in:
parent
185a488c27
commit
804d019c6a
@ -27,5 +27,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = http://gna.org/projects/smbldap-tools/;
|
homepage = http://gna.org/projects/smbldap-tools/;
|
||||||
description = "SAMBA LDAP tools";
|
description = "SAMBA LDAP tools";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
# pod2man: unable to format smbldap-config.cmd
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user