do not build cln on cygwin
svn path=/nixpkgs/trunk/; revision=25411
This commit is contained in:
parent
7e57ff0c7f
commit
f6ae8a20bf
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "C/C++ library for numbers, a part of GiNaC";
|
description = "C/C++ library for numbers, a part of GiNaC";
|
||||||
homepage = http://www.ginac.de/CLN/;
|
homepage = http://www.ginac.de/CLN/;
|
||||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user