nss_ldap: update meta data
This commit is contained in:
parent
73eede0543
commit
dcd7b27e85
@ -29,7 +29,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ openldap perl ];
|
buildInputs = [ openldap perl ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
description = "LDAP module for the Solaris Nameservice Switch (NSS)";
|
||||||
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user