···3434 homepage = https://github.com/johanmalm/jgmenu;
3535 description = "Small X11 menu intended to be used with openbox and tint2";
3636 license = licenses.gpl2;
3737- platforms = platforms.unix;
3737+ platforms = platforms.linux;
3838 maintainers = [ maintainers.romildo ];
3939 };
4040}
+1-1
pkgs/applications/misc/posterazor/default.nix
···3232 homepage = http://posterazor.sourceforge.net/;
3333 description = "Cuts a raster image into pieces which can afterwards be printed out and assembled to a poster";
3434 maintainers = [ stdenv.lib.maintainers.madjar ];
3535- platforms = stdenv.lib.platforms.all;
3535+ platforms = stdenv.lib.platforms.linux;
3636 };
3737}
···137137 algorithms. You can bring your creations to scale using the power of GPUs in the
138138 cloud or to the masses on mobile with Caffe2's cross-platform libraries.
139139 '';
140140- platforms = with stdenv.lib.platforms; linux ++ darwin;
140140+ platforms = with stdenv.lib.platforms; linux;
141141 license = stdenv.lib.licenses.asl20;
142142 maintainers = with stdenv.lib.maintainers; [ yuriaisaka ];
143143 };
+1-1
pkgs/servers/ftp/pure-ftpd/default.nix
···1717 homepage = https://www.pureftpd.org;
1818 license = licenses.isc; # with some parts covered by BSD3(?)
1919 maintainers = [ maintainers.lethalman ];
2020- platforms = platforms.unix;
2020+ platforms = platforms.linux;
2121 };
2222}
+1-1
pkgs/servers/mail/opensmtpd/extras.nix
···7575 homepage = https://www.opensmtpd.org/;
7676 description = "Extra plugins for the OpenSMTPD mail server";
7777 license = licenses.isc;
7878- platforms = platforms.unix;
7878+ platforms = platforms.linux;
7979 maintainers = with maintainers; [ gebner ];
8080 };
8181}
···1919 description = "Console downloading program with some features for parallel connections for faster downloading";
2020 homepage = http://axel.alioth.debian.org/;
2121 maintainers = with maintainers; [ pSub ];
2222- platforms = with platforms; linux ++ darwin;
2222+ platforms = with platforms; linux;
2323 };
2424}
+1-1
pkgs/tools/networking/htpdate/default.nix
···2020 meta = with stdenv.lib; {
2121 description = "Utility to fetch time and set the system clock over HTTP";
2222 homepage = http://www.vervest.org/htp/;
2323- platforms = platforms.unix;
2323+ platforms = platforms.linux;
2424 license = licenses.gpl2Plus;
2525 };
2626}