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