xautolock: make linux-only

This commit is contained in:
Matthew Bauer 2017-04-07 22:00:45 -05:00
parent 3f2560cc08
commit 2a2e9b8f2e
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "A program that launches a given program when your X session has been idle for a given time.";
homepage = http://www.ibiblio.org/pub/linux/X11/screensavers;
maintainers = with maintainers; [ garbas ];
platforms = platforms.unix;
platforms = platforms.linux;
license = licenses.gpl2;
};
}