lucene: add license + description

This commit is contained in:
Markus Kowalewski 2018-11-01 21:29:42 +01:00
parent 4598cf4f3f
commit 5fabd1b3c6
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "1mxaxg65f7v8n60irjwm24v7hcisbl0srmpvcy1l4scs6rjj1awh"; sha256 = "1mxaxg65f7v8n60irjwm24v7hcisbl0srmpvcy1l4scs6rjj1awh";
}; };
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.unix; description = "Java full-text search engine";
platforms = platforms.unix;
license = licenses.asl20;
}; };
} }