GNU/MIT Scheme: Attempt to fix Cygwin builds.

svn path=/nixpkgs/trunk/; revision=21295
This commit is contained in:
Ludovic Courtès
2010-04-24 16:02:08 +00:00
parent 1f3943541b
commit 4f9ffa5e59
2 changed files with 16 additions and 0 deletions
@@ -33,6 +33,9 @@ stdenv.mkDerivation {
buildInputs = [ gnum4 ];
patches =
stdenv.lib.optional (stdenv.system == "i686-cygwin") ./ucontext-cygwin.patch;
# XXX: The `check' target doesn't exist.
doCheck = false;