mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue