xautolock: make linux-only

This commit is contained in:
Matthew Bauer
2017-04-08 23:34:52 -05:00
parent 3f2560cc08
commit 2a2e9b8f2e
+1 -1
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;
};
}