clucene-core: expand platforms to unix
This commit is contained in:
parent
5a7296e8b9
commit
2c8898e159
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
CLucene is a port of the very popular Java Lucene text search engine API.
|
CLucene is a port of the very popular Java Lucene text search engine API.
|
||||||
'';
|
'';
|
||||||
homepage = "http://clucene.sourceforge.net";
|
homepage = "http://clucene.sourceforge.net";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = with licenses; [ asl20 lgpl2 ];
|
license = with licenses; [ asl20 lgpl2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue