mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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:
parent
67bbb5203c
commit
b1b274558a
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A free distributed version control system";
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user