nss_ldap: update meta data
This commit is contained in:
parent
73eede0543
commit
dcd7b27e85
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
{stdenv, fetchurl, openldap, perl}:
|
||||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nss_ldap-265";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.padl.com/download/nss_ldap-265.tar.gz;
|
||||
sha256 = "1a16q9p97d2blrj0h6vl1xr7dg7i4s8x8namipr79mshby84vdbp";
|
||||
|
@ -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…
Reference in a new issue