nss_ldap: update meta data

This commit is contained in:
Markus Kowalewski
2018-08-17 23:58:56 +02:00
parent 73eede0543
commit dcd7b27e85
+6 -4
View File
@@ -1,8 +1,8 @@
{stdenv, fetchurl, openldap, perl}: {stdenv, fetchurl, openldap, perl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "nss_ldap-265"; name = "nss_ldap-265";
src = fetchurl { src = fetchurl {
url = http://www.padl.com/download/nss_ldap-265.tar.gz; url = http://www.padl.com/download/nss_ldap-265.tar.gz;
sha256 = "1a16q9p97d2blrj0h6vl1xr7dg7i4s8x8namipr79mshby84vdbp"; sha256 = "1a16q9p97d2blrj0h6vl1xr7dg7i4s8x8namipr79mshby84vdbp";
@@ -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;
}; };
} }