Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-07-25 12:47:13 +00:00
261 changed files with 7674 additions and 1000924 deletions

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;
};
}