xautolock: make linux-only

+1 -1
+1 -1
pkgs/misc/screensavers/xautolock/default.nix
··· 22 description = "A program that launches a given program when your X session has been idle for a given time."; 23 homepage = http://www.ibiblio.org/pub/linux/X11/screensavers; 24 maintainers = with maintainers; [ garbas ]; 25 - platforms = platforms.unix; 26 license = licenses.gpl2; 27 }; 28 }
··· 22 description = "A program that launches a given program when your X session has been idle for a given time."; 23 homepage = http://www.ibiblio.org/pub/linux/X11/screensavers; 24 maintainers = with maintainers; [ garbas ]; 25 + platforms = platforms.linux; 26 license = licenses.gpl2; 27 }; 28 }