xautolock: add meta.platforms

This commit is contained in:
Gabriel Ebner 2016-07-23 11:42:50 +02:00
parent 66041a4475
commit 3beb7ec51e

View file

@ -21,6 +21,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;
license = licenses.gpl2;
};
}