unclutter: add to channel

This commit is contained in:
Domen Kožar 2013-08-10 20:26:35 +02:00
parent 3065a7686b
commit f3cae400e0

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
make DESTDIR="$out" MANPATH="$out/share/man" PREFIX="" install.man
'';
meta = {
meta = with stdenv.lib; {
description = "Hides mouse pointer while not in use.";
longDescription = ''
Unclutter hides your X mouse cursor when you do not need it, to prevent
@ -28,5 +28,7 @@ stdenv.mkDerivation {
unclutter -idle 1 &
'';
maintainers = with maintainers; [ iElectric ];
platforms = platforms.unix;
};
}