clucene-core: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-12 00:36:45 +07:00
parent 5a7296e8b9
commit 2c8898e159

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
CLucene is a port of the very popular Java Lucene text search engine API.
'';
homepage = "http://clucene.sourceforge.net";
platforms = platforms.linux;
platforms = platforms.unix;
license = with licenses; [ asl20 lgpl2 ];
};
}