mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
xautolock: add meta.platforms
This commit is contained in:
parent
66041a4475
commit
3beb7ec51e
@ -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.";
|
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;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user