nss_ldap: update meta data

This commit is contained in:
Markus Kowalewski 2018-08-17 23:58:56 +02:00
parent 73eede0543
commit dcd7b27e85
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}