mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Yes, XScreenSaver doesn't work on Windows and it never will.
svn path=/nixpkgs/trunk/; revision=17212
This commit is contained in:
parent
85ff50fe4a
commit
ef643cbe09
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue