lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

clucene-core: expand platforms to unix

+1 -1
+1 -1
pkgs/development/libraries/clucene-core/default.nix
··· 23 23 CLucene is a port of the very popular Java Lucene text search engine API. 24 24 ''; 25 25 homepage = "http://clucene.sourceforge.net"; 26 - platforms = platforms.linux; 26 + platforms = platforms.unix; 27 27 license = with licenses; [ asl20 lgpl2 ]; 28 28 }; 29 29 }