forked from mirrors/nixpkgs
MyServer: Restrict to GNU/*.
svn path=/nixpkgs/trunk/; revision=17224
This commit is contained in:
parent
0af49d8e96
commit
effabb0950
|
@ -32,5 +32,8 @@ let version = "0.9"; in
|
|||
license = "GPLv3+";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
|
||||
# libevent fails to build on Cygwin and Guile has troubles on Darwin.
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue