xautolock: make linux-only
This commit is contained in:
parent
3f2560cc08
commit
2a2e9b8f2e
@ -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.";
|
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;
|
homepage = http://www.ibiblio.org/pub/linux/X11/screensavers;
|
||||||
maintainers = with maintainers; [ garbas ];
|
maintainers = with maintainers; [ garbas ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user