clucene-core: expand platforms to unix
This commit is contained in:
parent
5a7296e8b9
commit
2c8898e159
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue