1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Yes, XScreenSaver doesn't work on Windows and it never will.

svn path=/nixpkgs/trunk/; revision=17212
This commit is contained in:
Michael Raskin 2009-09-17 05:19:57 +00:00
parent 85ff50fe4a
commit ef643cbe09

View file

@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
description = "A set of screensavers";
inherit src;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
};
}