···23 CLucene is a port of the very popular Java Lucene text search engine API.
24 '';
25 homepage = "http://clucene.sourceforge.net";
26- platforms = platforms.linux;
27 license = with licenses; [ asl20 lgpl2 ];
28 };
29}
···23 CLucene is a port of the very popular Java Lucene text search engine API.
24 '';
25 homepage = "http://clucene.sourceforge.net";
26+ platforms = platforms.unix;
27 license = with licenses; [ asl20 lgpl2 ];
28 };
29}
···21 description = "File open routines to safely open a file when in the presence of an attack";
22 license = lib.licenses.asl20 ;
23 maintainers = [lib.maintainers.raskin];
24- platforms = lib.platforms.linux;
25 homepage = "https://research.cs.wisc.edu/mist/safefile/";
26 updateWalker = true;
27 };
···21 description = "File open routines to safely open a file when in the presence of an attack";
22 license = lib.licenses.asl20 ;
23 maintainers = [lib.maintainers.raskin];
24+ platforms = lib.platforms.all;
25 homepage = "https://research.cs.wisc.edu/mist/safefile/";
26 updateWalker = true;
27 };
···13 meta = with lib; {
14 description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
15 homepage = "http://tidyp.com/";
16- platforms = platforms.linux;
17 maintainers = with maintainers; [ pSub ];
18 license = licenses.bsd3;
19 };
···13 meta = with lib; {
14 description = "A program that can validate your HTML, as well as modify it to be more clean and standard";
15 homepage = "http://tidyp.com/";
16+ platforms = platforms.all;
17 maintainers = with maintainers; [ pSub ];
18 license = licenses.bsd3;
19 };