···2323 CLucene is a port of the very popular Java Lucene text search engine API.
2424 '';
2525 homepage = "http://clucene.sourceforge.net";
2626- platforms = platforms.linux;
2626+ platforms = platforms.unix;
2727 license = with licenses; [ asl20 lgpl2 ];
2828 };
2929}
···2121 description = "File open routines to safely open a file when in the presence of an attack";
2222 license = lib.licenses.asl20 ;
2323 maintainers = [lib.maintainers.raskin];
2424- platforms = lib.platforms.linux;
2424+ platforms = lib.platforms.all;
2525 homepage = "https://research.cs.wisc.edu/mist/safefile/";
2626 updateWalker = true;
2727 };
···1313 meta = with lib; {
1414 description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
1515 homepage = "http://tidyp.com/";
1616- platforms = platforms.linux;
1616+ platforms = platforms.all;
1717 maintainers = with maintainers; [ pSub ];
1818 license = licenses.bsd3;
1919 };