···2020 meta = {
2121 homepage = http://linux.techass.com/projects/xdb/;
2222 description = "C++ class library formerly known as XDB";
2323- platforms = stdenv.lib.platforms.all;
2323+ platforms = stdenv.lib.platforms.linux;
2424 maintainers = [ ];
2525 };
2626}
+1-1
pkgs/misc/screensavers/xautolock/default.nix
···2222 description = "A program that launches a given program when your X session has been idle for a given time.";
2323 homepage = http://www.ibiblio.org/pub/linux/X11/screensavers;
2424 maintainers = with maintainers; [ garbas ];
2525- platforms = platforms.unix;
2525+ platforms = platforms.linux;
2626 license = licenses.gpl2;
2727 };
2828}