Reverting "GNU/MIT Scheme: Attempt to fix Cygwin builds."
svn path=/nixpkgs/trunk/; revision=21301
This commit is contained in:
@@ -33,9 +33,6 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ gnum4 ];
|
||||
|
||||
patches =
|
||||
stdenv.lib.optional (stdenv.system == "i686-cygwin") ./ucontext-cygwin.patch;
|
||||
|
||||
# XXX: The `check' target doesn't exist.
|
||||
doCheck = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user