monotone: don't build this package on Cygwin

The expression can't build on Cygwin because it wants to know the version of
Perl that is being used. On Cygwin, however, we don't know that because we're
using sysPerl.

svn path=/nixpkgs/trunk/; revision=27741
This commit is contained in:
Peter Simons 2011-07-13 09:13:22 +00:00
parent 67bbb5203c
commit b1b274558a

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A free distributed version control system"; description = "A free distributed version control system";
maintainers = [stdenv.lib.maintainers.raskin]; maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.unix;
}; };
} }