Author: ludo
Date: 2010-06-06 21:52:34 +0000 (Sun, 06 Jun 2010)
New Revision: 22161

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22161&view=rev

Modified:
   hydra-config/gnu/trunk/guile/release.nix

Log:
guile: Add comment; dump cores.

Changes:

Modified: hydra-config/gnu/trunk/guile/release.nix
===================================================================
--- hydra-config/gnu/trunk/guile/release.nix    2010-06-05 21:14:41 UTC (rev 
22160)
+++ hydra-config/gnu/trunk/guile/release.nix    2010-06-06 21:52:34 UTC (rev 
22161)
@@ -139,7 +139,8 @@
           texinfo
         ] ++ buildInputsFrom pkgs;
 
-        # make dist fails without this, so for now do make, make dist..
+        # "make dist" needs to generate Texinfo files in `doc/ref' using the
+        # just-built guile.
         dontBuild = false;
 
         preAutoconf =
@@ -157,6 +158,8 @@
                  sed -i "configure.in" -es"/check-news//g"
                  patch -p1 --batch < ${./disable-version-test.patch}
              fi
+
+             ulimit -c unlimited
           '';
 
         buildPhase =

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to